#497690

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

Shades of Jelly Bean #497690

Tints of Jelly Bean #497690

Color information

#497690 (or 0x497690) is unknown color: approx Jelly Bean. HEX triplet: 49, 76 and 90. RGB value is (73,118,144). Sum of RGB (Red+Green+Blue) = 73+118+144=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #497690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497690 is #B6896F. Grayscale: #6B6B6B. Windows color (decimal): -11962736 or 9467465. OLE color: 9467465.

HSL color Cylindrical-coordinate representation of color #497690: hue angle of 201.97º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #497690 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73118144-
CMYK0.490.1800.44
HSL201.97º32.72%42.55%-
HSV(B)201.97º49.31%56.47%-
XYZ14.2616.3928.8-
YUV107.51148.59103.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=21.79%
G=35.22%
B=42.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731181440.490.1800.44201.9732.7242.55
Hex497690311202Cca212b
Octal11116622061220543124153
Binary100100111101101001000011000110010010110011001010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497690; }

 p { color: rgb(73,118,144); }

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

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

 a { background-color: rgb(73,118,144); }

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

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

 span { border-color: rgb(73,118,144); }

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