#497786

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

Shades of Jelly Bean #497786

Tints of Jelly Bean #497786

Color information

#497786 (or 0x497786) is unknown color: approx Jelly Bean. HEX triplet: 49, 77 and 86. RGB value is (73,119,134). Sum of RGB (Red+Green+Blue) = 73+119+134=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #497786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497786 is #B68879. Grayscale: #6A6A6A. Windows color (decimal): -11962490 or 8812361. OLE color: 8812361.

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

Color convert

RGB73119134-
CMYK0.460.1100.47
HSL194.75º29.47%40.59%-
HSV(B)194.75º45.52%52.55%-
XYZ13.6516.3324.99-
YUV106.96143.26103.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 119 (46.88% from 255) = 36.50%
BLUE value IS 134 (52.73% from 255) = 41.10%
R=22.39%
G=36.50%
B=41.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731191340.460.1100.47194.7529.4740.59
Hex4977862EB02Fc31d29
Octal11116720656130573033551
Binary1001001111011110000110101110101101011111100001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497786; }

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

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

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

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

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

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

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

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