#477184

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

Shades of Calypso #477184

Tints of Calypso #477184

Color information

#477184 (or 0x477184) is unknown color: approx Calypso. HEX triplet: 47, 71 and 84. RGB value is (71,113,132). Sum of RGB (Red+Green+Blue) = 71+113+132=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #477184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477184 is #B88E7B. Grayscale: #666666. Windows color (decimal): -12095100 or 8679751. OLE color: 8679751.

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

Color convert

RGB71113132-
CMYK0.460.1400.48
HSL198.69º30.05%39.8%-
HSV(B)198.69º46.21%51.76%-
XYZ12.6714.8224.02-
YUV102.61144.59105.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=22.47%
G=35.76%
B=41.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711131320.460.1400.48198.6930.0539.8
Hex4771842EE030c71e28
Octal10716120456160603073650
Binary1000111111000110000100101110111001100001100011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477184; }

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

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

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

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

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

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

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

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