#477085

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

Shades of Calypso #477085

Tints of Calypso #477085

Color information

#477085 (or 0x477085) is unknown color: approx Calypso. HEX triplet: 47, 70 and 85. RGB value is (71,112,133). Sum of RGB (Red+Green+Blue) = 71+112+133=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #477085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477085 is #B88F7A. Grayscale: #666666. Windows color (decimal): -12095355 or 8745031. OLE color: 8745031.

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

Color convert

RGB71112133-
CMYK0.470.1600.48
HSL200.32º30.39%40%-
HSV(B)200.32º46.62%52.16%-
XYZ12.6314.6224.35-
YUV102.14145.42105.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=22.47%
G=35.44%
B=42.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711121330.470.1600.48200.3230.3940
Hex4770852F10030c81e28
Octal10716020557200603103650
Binary10001111110000100001011011111000001100001100100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477085; }

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

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

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

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

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

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

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

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