#497385

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

Shades of Jelly Bean #497385

Tints of Jelly Bean #497385

Color information

#497385 (or 0x497385) is unknown color: approx Jelly Bean. HEX triplet: 49, 73 and 85. RGB value is (73,115,133). Sum of RGB (Red+Green+Blue) = 73+115+133=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #497385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497385 is #B68C7A. Grayscale: #686868. Windows color (decimal): -11963515 or 8745801. OLE color: 8745801.

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

Color convert

RGB73115133-
CMYK0.450.1400.48
HSL198º29.13%40.39%-
HSV(B)198º45.11%52.16%-
XYZ13.1115.3724.47-
YUV104.49144.09105.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=22.74%
G=35.83%
B=41.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731151330.450.1400.4819829.1340.39
Hex4973852DE030c61d28
Octal11116320555160603063550
Binary1001001111001110000101101101111001100001100011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497385; }

 p { color: rgb(73,115,133); }

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

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

 a { background-color: rgb(73,115,133); }

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

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

 span { border-color: rgb(73,115,133); }

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