#497A92

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

Shades of Jelly Bean #497A92

Tints of Jelly Bean #497A92

Color information

#497A92 (or 0x497A92) is unknown color: approx Jelly Bean. HEX triplet: 49, 7A and 92. RGB value is (73,122,146). Sum of RGB (Red+Green+Blue) = 73+122+146=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #497A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A92 is #B6856D. Grayscale: #6D6D6D. Windows color (decimal): -11961710 or 9599561. OLE color: 9599561.

HSL color Cylindrical-coordinate representation of color #497A92: hue angle of 199.73º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #497A92 is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB73122146-
CMYK0.50.1600.43
HSL199.73º33.33%42.94%-
HSV(B)199.73º50%57.25%-
XYZ14.917.4129.77-
YUV110.08148.27101.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=21.41%
G=35.78%
B=42.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731221460.50.1600.43199.7333.3342.94
Hex497A92321002Bc8212b
Octal11117222262200533104153
Binary100100111110101001001011001010000010101111001000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497A92; }

 p { color: rgb(73,122,146); }

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

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

 a { background-color: rgb(73,122,146); }

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

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

 span { border-color: rgb(73,122,146); }

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