#497186

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

Shades of Calypso #497186

Tints of Calypso #497186

Color information

#497186 (or 0x497186) is unknown color: approx Calypso. HEX triplet: 49, 71 and 86. RGB value is (73,113,134). Sum of RGB (Red+Green+Blue) = 73+113+134=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #497186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497186 is #B68E79. Grayscale: #676767. Windows color (decimal): -11964026 or 8810825. OLE color: 8810825.

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

Color convert

RGB73113134-
CMYK0.460.1600.47
HSL200.66º29.47%40.59%-
HSV(B)200.66º45.52%52.55%-
XYZ12.9614.9524.76-
YUV103.43145.25106.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 134 (52.73% from 255) = 41.88%
R=22.81%
G=35.31%
B=41.88%

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
Decimal731131340.460.1600.47200.6629.4740.59
Hex4971862E1002Fc91d29
Octal11116120656200573113551
Binary10010011110001100001101011101000001011111100100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497186; }

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

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

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

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

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

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

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

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