#477188

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

Shades of Calypso #477188

Tints of Calypso #477188

Color information

#477188 (or 0x477188) is unknown color: approx Calypso. HEX triplet: 47, 71 and 88. RGB value is (71,113,136). Sum of RGB (Red+Green+Blue) = 71+113+136=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #477188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477188 is #B88E77. Grayscale: #666666. Windows color (decimal): -12095096 or 8941895. OLE color: 8941895.

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

Color convert

RGB71113136-
CMYK0.480.1700.47
HSL201.23º31.4%40.59%-
HSV(B)201.23º47.79%53.33%-
XYZ12.9514.9325.49-
YUV103.06146.59105.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=22.19%
G=35.31%
B=42.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711131360.480.1700.47201.2331.440.59
Hex477188301102Fc91f29
Octal10716121060210573113751
Binary10001111110001100010001100001000101011111100100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477188; }

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

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

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

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

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

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

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

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