#497387

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

Shades of Jelly Bean #497387

Tints of Jelly Bean #497387

Color information

#497387 (or 0x497387) is unknown color: approx Jelly Bean. HEX triplet: 49, 73 and 87. RGB value is (73,115,135). Sum of RGB (Red+Green+Blue) = 73+115+135=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #497387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497387 is #B68C78. Grayscale: #686868. Windows color (decimal): -11963513 or 8876873. OLE color: 8876873.

HSL color Cylindrical-coordinate representation of color #497387: hue angle of 199.35º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497387 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73115135-
CMYK0.460.1500.47
HSL199.35º29.81%40.78%-
HSV(B)199.35º45.93%52.94%-
XYZ13.2515.4325.2-
YUV104.72145.09105.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=22.60%
G=35.60%
B=41.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731151350.460.1500.47199.3529.8140.78
Hex4973872EF02Fc71e29
Octal11116320756170573073651
Binary1001001111001110000111101110111101011111100011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497387; }

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

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

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

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

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

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

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

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