#497992

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

Shades of Jelly Bean #497992

Tints of Jelly Bean #497992

Color information

#497992 (or 0x497992) is unknown color: approx Jelly Bean. HEX triplet: 49, 79 and 92. RGB value is (73,121,146). Sum of RGB (Red+Green+Blue) = 73+121+146=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #497992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497992 is #B6866D. Grayscale: #6D6D6D. Windows color (decimal): -11961966 or 9599305. OLE color: 9599305.

HSL color Cylindrical-coordinate representation of color #497992: hue angle of 200.55º 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 #497992 is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB73121146-
CMYK0.50.1700.43
HSL200.55º33.33%42.94%-
HSV(B)200.55º50%57.25%-
XYZ14.7717.1729.73-
YUV109.5148.6101.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=21.47%
G=35.59%
B=42.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731211460.50.1700.43200.5533.3342.94
Hex497992321102Bc9212b
Octal11117122262210533114153
Binary100100111110011001001011001010001010101111001001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497992; }

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

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

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

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

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

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

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

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