#497596

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

Shades of Jelly Bean #497596

Tints of Jelly Bean #497596

Color information

#497596 (or 0x497596) is unknown color: approx Jelly Bean. HEX triplet: 49, 75 and 96. RGB value is (73,117,150). Sum of RGB (Red+Green+Blue) = 73+117+150=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #497596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497596 is #B68A69. Grayscale: #6B6B6B. Windows color (decimal): -11962986 or 9860425. OLE color: 9860425.

HSL color Cylindrical-coordinate representation of color #497596: hue angle of 205.71º 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 #497596 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB73117150-
CMYK0.510.2200.41
HSL205.71º34.53%43.73%-
HSV(B)205.71º51.33%58.82%-
XYZ14.6116.3431.24-
YUV107.61151.92103.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=21.47%
G=34.41%
B=44.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731171500.510.2200.41205.7134.5343.73
Hex4975963316029ce232c
Octal11116522663260513164354
Binary100100111101011001011011001110110010100111001110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497596; }

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

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

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

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

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

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

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

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