#497989

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

Shades of Jelly Bean #497989

Tints of Jelly Bean #497989

Color information

#497989 (or 0x497989) is unknown color: approx Jelly Bean. HEX triplet: 49, 79 and 89. RGB value is (73,121,137). Sum of RGB (Red+Green+Blue) = 73+121+137=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #497989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497989 is #B68676. Grayscale: #6C6C6C. Windows color (decimal): -11961975 or 9009481. OLE color: 9009481.

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

Color convert

RGB73121137-
CMYK0.470.1200.46
HSL195º30.48%41.18%-
HSV(B)195º46.72%53.73%-
XYZ14.116.926.19-
YUV108.47144.1102.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=22.05%
G=36.56%
B=41.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731211370.470.1200.4619530.4841.18
Hex4979892FC02Ec31e29
Octal11117121157140563033651
Binary1001001111100110001001101111110001011101100001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497989; }

 p { color: rgb(73,121,137); }

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

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

 a { background-color: rgb(73,121,137); }

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

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

 span { border-color: rgb(73,121,137); }

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