#467785

Color #467785 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #467785

Tints of Jelly Bean #467785

Color information

#467785 (or 0x467785) is unknown color: approx Jelly Bean. HEX triplet: 46, 77 and 85. RGB value is (70,119,133). Sum of RGB (Red+Green+Blue) = 70+119+133=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #467785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467785 is #B9887A. Grayscale: #696969. Windows color (decimal): -12159099 or 8746822. OLE color: 8746822.

HSL color Cylindrical-coordinate representation of color #467785: hue angle of 193.33º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467785 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB70119133-
CMYK0.470.1100.48
HSL193.33º31.03%39.8%-
HSV(B)193.33º47.37%52.16%-
XYZ13.3616.1924.61-
YUV105.94143.27102.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=21.74%
G=36.96%
B=41.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701191330.470.1100.48193.3331.0339.8
Hex4677852FB030c11f28
Octal10616720557130603013750
Binary1000110111011110000101101111101101100001100000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467785; }

 p { color: rgb(70,119,133); }

 H1.HeaderClassName
 {
   color: #467785;
 }
 .AnyTagClassName
 {
   color: #467785;
 }
</style>
background-color css

<style>
 a { background-color: #467785; }

 a { background-color: rgb(70,119,133); }

 div.DivClassName
 {
   background-color: #467785;
 }
 .BgClassName
 {
   background-color: #467785;
 }
</style>
border-color css

<style>
 span { border-color: #467785; }

 span { border-color: rgb(70,119,133); }

 td.TdClassName
 {
   border-color: #467785;
 }
 .TagClassName
 {
   border-color: #467785;
 }
</style>