#487086

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

Shades of Calypso #487086

Tints of Calypso #487086

Color information

#487086 (or 0x487086) is unknown color: approx Calypso. HEX triplet: 48, 70 and 86. RGB value is (72,112,134). Sum of RGB (Red+Green+Blue) = 72+112+134=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #487086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487086 is #B78F79. Grayscale: #666666. Windows color (decimal): -12029818 or 8810568. OLE color: 8810568.

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

Color convert

RGB72112134-
CMYK0.460.1600.47
HSL201.29º30.1%40.39%-
HSV(B)201.29º46.27%52.55%-
XYZ12.7714.6924.72-
YUV102.55145.75106.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=22.64%
G=35.22%
B=42.14%

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
Decimal721121340.460.1600.47201.2930.140.39
Hex4870862E1002Fc91e28
Octal11016020656200573113650
Binary10010001110000100001101011101000001011111100100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487086; }

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

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

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

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

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

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

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

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