#497996

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

Shades of Jelly Bean #497996

Tints of Jelly Bean #497996

Color information

#497996 (or 0x497996) is unknown color: approx Jelly Bean. HEX triplet: 49, 79 and 96. RGB value is (73,121,150). Sum of RGB (Red+Green+Blue) = 73+121+150=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #497996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497996 is #B68669. Grayscale: #6D6D6D. Windows color (decimal): -11961962 or 9861449. OLE color: 9861449.

HSL color Cylindrical-coordinate representation of color #497996: hue angle of 202.6º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497996 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB73121150-
CMYK0.510.1900.41
HSL202.6º34.53%43.73%-
HSV(B)202.6º51.33%58.82%-
XYZ15.0917.2931.4-
YUV109.95150.6101.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.22%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=21.22%
G=35.17%
B=43.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731211500.510.1900.41202.634.5343.73
Hex4979963313029cb232c
Octal11117122663230513134354
Binary100100111110011001011011001110011010100111001011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497996; }

 p { color: rgb(73,121,150); }

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

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

 a { background-color: rgb(73,121,150); }

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

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

 span { border-color: rgb(73,121,150); }

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