#497686

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

Shades of Jelly Bean #497686

Tints of Jelly Bean #497686

Color information

#497686 (or 0x497686) is unknown color: approx Jelly Bean. HEX triplet: 49, 76 and 86. RGB value is (73,118,134). Sum of RGB (Red+Green+Blue) = 73+118+134=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #497686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497686 is #B68979. Grayscale: #6A6A6A. Windows color (decimal): -11962746 or 8812105. OLE color: 8812105.

HSL color Cylindrical-coordinate representation of color #497686: hue angle of 195.74º degrees, saturation: 0.29, 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 #497686 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73118134-
CMYK0.460.1200.47
HSL195.74º29.47%40.59%-
HSV(B)195.74º45.52%52.55%-
XYZ13.5316.0924.95-
YUV106.37143.59104.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=22.46%
G=36.31%
B=41.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731181340.460.1200.47195.7429.4740.59
Hex4976862EC02Fc41d29
Octal11116620656140573043551
Binary1001001111011010000110101110110001011111100010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497686; }

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

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

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

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

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

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

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

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