#497585

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

Shades of Jelly Bean #497585

Tints of Jelly Bean #497585

Color information

#497585 (or 0x497585) is unknown color: approx Jelly Bean. HEX triplet: 49, 75 and 85. RGB value is (73,117,133). Sum of RGB (Red+Green+Blue) = 73+117+133=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #497585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497585 is #B68A7A. Grayscale: #696969. Windows color (decimal): -11963003 or 8746313. OLE color: 8746313.

HSL color Cylindrical-coordinate representation of color #497585: hue angle of 196º 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 #497585 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73117133-
CMYK0.450.1200.48
HSL196º29.13%40.39%-
HSV(B)196º45.11%52.16%-
XYZ13.3415.8324.54-
YUV105.67143.42104.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=22.60%
G=36.22%
B=41.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731171330.450.1200.4819629.1340.39
Hex4975852DC030c41d28
Octal11116520555140603043550
Binary1001001111010110000101101101110001100001100010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497585; }

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

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

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

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

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

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

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

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