#477185

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

Shades of Calypso #477185

Tints of Calypso #477185

Color information

#477185 (or 0x477185) is unknown color: approx Calypso. HEX triplet: 47, 71 and 85. RGB value is (71,113,133). Sum of RGB (Red+Green+Blue) = 71+113+133=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #477185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477185 is #B88E7A. Grayscale: #666666. Windows color (decimal): -12095099 or 8745287. OLE color: 8745287.

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

Color convert

RGB71113133-
CMYK0.470.1500.48
HSL199.35º30.39%40%-
HSV(B)199.35º46.62%52.16%-
XYZ12.7414.8424.38-
YUV102.72145.09105.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=22.40%
G=35.65%
B=41.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711131330.470.1500.48199.3530.3940
Hex4771852FF030c71e28
Octal10716120557170603073650
Binary1000111111000110000101101111111101100001100011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477185; }

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

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

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

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

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

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

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

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