#487187

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

Shades of Calypso #487187

Tints of Calypso #487187

Color information

#487187 (or 0x487187) is unknown color: approx Calypso. HEX triplet: 48, 71 and 87. RGB value is (72,113,135). Sum of RGB (Red+Green+Blue) = 72+113+135=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #487187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487187 is #B78E78. Grayscale: #676767. Windows color (decimal): -12029561 or 8876360. OLE color: 8876360.

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

Color convert

RGB72113135-
CMYK0.470.1600.47
HSL200.95º30.43%40.59%-
HSV(B)200.95º46.67%52.94%-
XYZ12.9514.9425.12-
YUV103.25145.92105.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=22.5%
G=35.31%
B=42.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721131350.470.1600.47200.9530.4340.59
Hex4871872F1002Fc91e29
Octal11016120757200573113651
Binary10010001110001100001111011111000001011111100100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487187; }

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

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

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

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

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

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

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

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