#487186

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

Shades of Calypso #487186

Tints of Calypso #487186

Color information

#487186 (or 0x487186) is unknown color: approx Calypso. HEX triplet: 48, 71 and 86. RGB value is (72,113,134). Sum of RGB (Red+Green+Blue) = 72+113+134=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #487186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487186 is #B78E79. Grayscale: #676767. Windows color (decimal): -12029562 or 8810824. OLE color: 8810824.

HSL color Cylindrical-coordinate representation of color #487186: hue angle of 200.32º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #487186 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB72113134-
CMYK0.460.1600.47
HSL200.32º30.1%40.39%-
HSV(B)200.32º46.27%52.55%-
XYZ12.8814.9124.75-
YUV103.14145.42105.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=22.57%
G=35.42%
B=42.01%

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
Decimal721131340.460.1600.47200.3230.140.39
Hex4871862E1002Fc81e28
Octal11016120656200573103650
Binary10010001110001100001101011101000001011111100100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487186; }

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

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

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

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

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

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

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

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