#497D8A

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

Shades of Jelly Bean #497D8A

Tints of Jelly Bean #497D8A

Color information

#497D8A (or 0x497D8A) is unknown color: approx Jelly Bean. HEX triplet: 49, 7D and 8A. RGB value is (73,125,138). Sum of RGB (Red+Green+Blue) = 73+125+138=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #497D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D8A is #B68275. Grayscale: #6E6E6E. Windows color (decimal): -11960950 or 9076041. OLE color: 9076041.

HSL color Cylindrical-coordinate representation of color #497D8A: hue angle of 192º 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 #497D8A is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB73125138-
CMYK0.470.0900.46
HSL192º30.81%41.37%-
HSV(B)192º47.1%54.12%-
XYZ14.6717.9226.73-
YUV110.93143.27100.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 125 (49.22% from 255) = 37.20%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=21.73%
G=37.20%
B=41.07%

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
Decimal731251380.470.0900.4619230.8141.37
Hex497D8A2F902Ec01f29
Octal11117521257110563003751
Binary1001001111110110001010101111100101011101100000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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