#497E8A

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

Shades of Jelly Bean #497E8A

Tints of Jelly Bean #497E8A

Color information

#497E8A (or 0x497E8A) is unknown color: approx Jelly Bean. HEX triplet: 49, 7E and 8A. RGB value is (73,126,138). Sum of RGB (Red+Green+Blue) = 73+126+138=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #497E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E8A is #B68175. Grayscale: #6F6F6F. Windows color (decimal): -11960694 or 9076297. OLE color: 9076297.

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

Color convert

RGB73126138-
CMYK0.470.0900.46
HSL191.08º30.81%41.37%-
HSV(B)191.08º47.1%54.12%-
XYZ14.818.1726.77-
YUV111.52142.94100.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 126 (49.61% from 255) = 37.39%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=21.66%
G=37.39%
B=40.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731261380.470.0900.46191.0830.8141.37
Hex497E8A2F902Ebf1f29
Octal11117621257110562773751
Binary1001001111111010001010101111100101011101011111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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