#497E8B

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

Shades of Jelly Bean #497E8B

Tints of Jelly Bean #497E8B

Color information

#497E8B (or 0x497E8B) is unknown color: approx Jelly Bean. HEX triplet: 49, 7E and 8B. RGB value is (73,126,139). Sum of RGB (Red+Green+Blue) = 73+126+139=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #497E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E8B is #B68174. Grayscale: #6F6F6F. Windows color (decimal): -11960693 or 9141833. OLE color: 9141833.

HSL color Cylindrical-coordinate representation of color #497E8B: hue angle of 191.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #497E8B is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73126139-
CMYK0.470.0900.45
HSL191.82º31.13%41.57%-
HSV(B)191.82º47.48%54.51%-
XYZ14.8718.227.16-
YUV111.64143.44100.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 126 (49.61% from 255) = 37.28%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=21.60%
G=37.28%
B=41.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731261390.470.0900.45191.8231.1341.57
Hex497E8B2F902Dc01f2a
Octal11117621357110553003752
Binary1001001111111010001011101111100101011011100000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,126,139); }

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

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

 a { background-color: rgb(73,126,139); }

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

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

 span { border-color: rgb(73,126,139); }

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