#497A86

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

Shades of Jelly Bean #497A86

Tints of Jelly Bean #497A86

Color information

#497A86 (or 0x497A86) is unknown color: approx Jelly Bean. HEX triplet: 49, 7A and 86. RGB value is (73,122,134). Sum of RGB (Red+Green+Blue) = 73+122+134=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #497A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A86 is #B68579. Grayscale: #6C6C6C. Windows color (decimal): -11961722 or 8813129. OLE color: 8813129.

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

Color convert

RGB73122134-
CMYK0.460.0900.47
HSL191.8º29.47%40.59%-
HSV(B)191.8º45.52%52.55%-
XYZ14.0117.0625.11-
YUV108.72142.27102.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=22.19%
G=37.08%
B=40.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731221340.460.0900.47191.829.4740.59
Hex497A862E902Fc01d29
Octal11117220656110573003551
Binary1001001111101010000110101110100101011111100000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,122,134); }

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

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

 a { background-color: rgb(73,122,134); }

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

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

 span { border-color: rgb(73,122,134); }

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