#477288

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

Shades of Calypso #477288

Tints of Calypso #477288

Color information

#477288 (or 0x477288) is unknown color: approx Calypso. HEX triplet: 47, 72 and 88. RGB value is (71,114,136). Sum of RGB (Red+Green+Blue) = 71+114+136=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #477288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477288 is #B88D77. Grayscale: #676767. Windows color (decimal): -12094840 or 8942151. OLE color: 8942151.

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

Color convert

RGB71114136-
CMYK0.480.1600.47
HSL200.31º31.4%40.59%-
HSV(B)200.31º47.79%53.33%-
XYZ13.0615.1525.53-
YUV103.65146.25104.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=22.12%
G=35.51%
B=42.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711141360.480.1600.47200.3131.440.59
Hex477288301002Fc81f29
Octal10716221060200573103751
Binary10001111110010100010001100001000001011111100100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477288; }

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

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

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

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

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

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

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

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