#497699

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

Shades of Jelly Bean #497699

Tints of Jelly Bean #497699

Color information

#497699 (or 0x497699) is unknown color: approx Jelly Bean. HEX triplet: 49, 76 and 99. RGB value is (73,118,153). Sum of RGB (Red+Green+Blue) = 73+118+153=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #497699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497699 is #B68966. Grayscale: #6C6C6C. Windows color (decimal): -11962727 or 10057289. OLE color: 10057289.

HSL color Cylindrical-coordinate representation of color #497699: hue angle of 206.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #497699 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB73118153-
CMYK0.520.2300.4
HSL206.25º35.4%44.31%-
HSV(B)206.25º52.29%60%-
XYZ14.9816.6732.57-
YUV108.54153.09102.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.22%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=21.22%
G=34.30%
B=44.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731181530.520.2300.4206.2535.444.31
Hex4976993417028ce232c
Octal11116623164270503164354
Binary100100111101101001100111010010111010100011001110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497699; }

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

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

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

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

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

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

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

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