#497C88

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

Shades of Jelly Bean #497C88

Tints of Jelly Bean #497C88

Color information

#497C88 (or 0x497C88) is unknown color: approx Jelly Bean. HEX triplet: 49, 7C and 88. RGB value is (73,124,136). Sum of RGB (Red+Green+Blue) = 73+124+136=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #497C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497C88 is #B68377. Grayscale: #6E6E6E. Windows color (decimal): -11961208 or 8944713. OLE color: 8944713.

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

Color convert

RGB73124136-
CMYK0.460.0900.47
HSL191.43º30.14%40.98%-
HSV(B)191.43º46.32%53.33%-
XYZ14.417.6125.93-
YUV110.12142.6101.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=21.92%
G=37.24%
B=40.84%

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
Decimal731241360.460.0900.47191.4330.1440.98
Hex497C882E902Fbf1e29
Octal11117421056110572773651
Binary1001001111110010001000101110100101011111011111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,124,136); }

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

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

 a { background-color: rgb(73,124,136); }

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

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

 span { border-color: rgb(73,124,136); }

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