#477386

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

Shades of Calypso #477386

Tints of Calypso #477386

Color information

#477386 (or 0x477386) is unknown color: approx Calypso. HEX triplet: 47, 73 and 86. RGB value is (71,115,134). Sum of RGB (Red+Green+Blue) = 71+115+134=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #477386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477386 is #B88C79. Grayscale: #676767. Windows color (decimal): -12094586 or 8811335. OLE color: 8811335.

HSL color Cylindrical-coordinate representation of color #477386: hue angle of 198.1º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477386 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB71115134-
CMYK0.470.1400.47
HSL198.1º30.73%40.2%-
HSV(B)198.1º47.01%52.55%-
XYZ13.0315.3224.82-
YUV104.01144.92104.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 134 (52.73% from 255) = 41.88%
R=22.19%
G=35.94%
B=41.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711151340.470.1400.47198.130.7340.2
Hex4773862FE02Fc61f28
Octal10716320657160573063750
Binary1000111111001110000110101111111001011111100011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477386; }

 p { color: rgb(71,115,134); }

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

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

 a { background-color: rgb(71,115,134); }

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

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

 span { border-color: rgb(71,115,134); }

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