#497B92

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

Shades of Jelly Bean #497B92

Tints of Jelly Bean #497B92

Color information

#497B92 (or 0x497B92) is unknown color: approx Jelly Bean. HEX triplet: 49, 7B and 92. RGB value is (73,123,146). Sum of RGB (Red+Green+Blue) = 73+123+146=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #497B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B92 is #B6846D. Grayscale: #6E6E6E. Windows color (decimal): -11961454 or 9599817. OLE color: 9599817.

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

Color convert

RGB73123146-
CMYK0.50.1600.43
HSL198.9º33.33%42.94%-
HSV(B)198.9º50%57.25%-
XYZ15.0217.6629.81-
YUV110.67147.94101.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=21.35%
G=35.96%
B=42.69%

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
Decimal731231460.50.1600.43198.933.3342.94
Hex497B92321002Bc7212b
Octal11117322262200533074153
Binary100100111110111001001011001010000010101111000111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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