#477088

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

Shades of Calypso #477088

Tints of Calypso #477088

Color information

#477088 (or 0x477088) is unknown color: approx Calypso. HEX triplet: 47, 70 and 88. RGB value is (71,112,136). Sum of RGB (Red+Green+Blue) = 71+112+136=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #477088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477088 is #B88F77. Grayscale: #666666. Windows color (decimal): -12095352 or 8941639. OLE color: 8941639.

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

Color convert

RGB71112136-
CMYK0.480.1800.47
HSL202.15º31.4%40.59%-
HSV(B)202.15º47.79%53.33%-
XYZ12.8414.7125.45-
YUV102.48146.92105.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=22.26%
G=35.11%
B=42.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711121360.480.1800.47202.1531.440.59
Hex477088301202Fca1f29
Octal10716021060220573123751
Binary10001111110000100010001100001001001011111100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477088; }

 p { color: rgb(71,112,136); }

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

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

 a { background-color: rgb(71,112,136); }

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

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

 span { border-color: rgb(71,112,136); }

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