#497187

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

Shades of Calypso #497187

Tints of Calypso #497187

Color information

#497187 (or 0x497187) is unknown color: approx Calypso. HEX triplet: 49, 71 and 87. RGB value is (73,113,135). Sum of RGB (Red+Green+Blue) = 73+113+135=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #497187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497187 is #B68E78. Grayscale: #676767. Windows color (decimal): -11964025 or 8876361. OLE color: 8876361.

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

Color convert

RGB73113135-
CMYK0.460.1600.47
HSL201.29º29.81%40.78%-
HSV(B)201.29º45.93%52.94%-
XYZ13.0314.9825.13-
YUV103.55145.75106.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=22.74%
G=35.20%
B=42.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731131350.460.1600.47201.2929.8140.78
Hex4971872E1002Fc91e29
Octal11116120756200573113651
Binary10010011110001100001111011101000001011111100100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497187; }

 p { color: rgb(73,113,135); }

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

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

 a { background-color: rgb(73,113,135); }

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

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

 span { border-color: rgb(73,113,135); }

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