#497B9F

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

Shades of Jelly Bean #497B9F

Tints of Jelly Bean #497B9F

Color information

#497B9F (or 0x497B9F) is unknown color: approx Jelly Bean. HEX triplet: 49, 7B and 9F. RGB value is (73,123,159). Sum of RGB (Red+Green+Blue) = 73+123+159=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #497B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B9F is #B68460. Grayscale: #6F6F6F. Windows color (decimal): -11961441 or 10451785. OLE color: 10451785.

HSL color Cylindrical-coordinate representation of color #497B9F: hue angle of 205.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #497B9F is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73123159-
CMYK0.540.2300.38
HSL205.12º37.07%45.49%-
HSV(B)205.12º54.09%62.35%-
XYZ16.0918.0935.44-
YUV112.15154.44100.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 123 (48.44% from 255) = 34.65%
BLUE value IS 159 (62.5% from 255) = 44.79%
R=20.56%
G=34.65%
B=44.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731231590.540.2300.38205.1237.0745.49
Hex497B9F3617026cd252d
Octal11117323766270463154555
Binary100100111110111001111111011010111010011011001101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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