#497885

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

Shades of Jelly Bean #497885

Tints of Jelly Bean #497885

Color information

#497885 (or 0x497885) is unknown color: approx Jelly Bean. HEX triplet: 49, 78 and 85. RGB value is (73,120,133). Sum of RGB (Red+Green+Blue) = 73+120+133=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #497885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497885 is #B6877A. Grayscale: #6B6B6B. Windows color (decimal): -11962235 or 8747081. OLE color: 8747081.

HSL color Cylindrical-coordinate representation of color #497885: hue angle of 193º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #497885 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73120133-
CMYK0.450.1000.48
HSL193º29.13%40.39%-
HSV(B)193º45.11%52.16%-
XYZ13.716.5424.66-
YUV107.43142.43103.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=22.39%
G=36.81%
B=40.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731201330.450.1000.4819329.1340.39
Hex4978852DA030c11d28
Octal11117020555120603013550
Binary1001001111100010000101101101101001100001100000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497885; }

 p { color: rgb(73,120,133); }

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

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

 a { background-color: rgb(73,120,133); }

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

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

 span { border-color: rgb(73,120,133); }

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