#487185

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

Shades of Calypso #487185

Tints of Calypso #487185

Color information

#487185 (or 0x487185) is unknown color: approx Calypso. HEX triplet: 48, 71 and 85. RGB value is (72,113,133). Sum of RGB (Red+Green+Blue) = 72+113+133=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #487185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487185 is #B78E7A. Grayscale: #666666. Windows color (decimal): -12029563 or 8745288. OLE color: 8745288.

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

Color convert

RGB72113133-
CMYK0.460.1500.48
HSL199.67º29.76%40.2%-
HSV(B)199.67º45.86%52.16%-
XYZ12.8114.8824.39-
YUV103.02144.92105.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=22.64%
G=35.53%
B=41.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721131330.460.1500.48199.6729.7640.2
Hex4871852EF030c81e28
Octal11016120556170603103650
Binary1001000111000110000101101110111101100001100100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487185; }

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

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

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

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

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

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

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

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