#477384

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

Shades of Calypso #477384

Tints of Calypso #477384

Color information

#477384 (or 0x477384) is unknown color: approx Calypso. HEX triplet: 47, 73 and 84. RGB value is (71,115,132). Sum of RGB (Red+Green+Blue) = 71+115+132=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #477384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477384 is #B88C7B. Grayscale: #676767. Windows color (decimal): -12094588 or 8680263. OLE color: 8680263.

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

Color convert

RGB71115132-
CMYK0.460.1300.48
HSL196.72º30.05%39.8%-
HSV(B)196.72º46.21%51.76%-
XYZ12.8915.2724.1-
YUV103.78143.92104.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=22.33%
G=36.16%
B=41.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711151320.460.1300.48196.7230.0539.8
Hex4773842ED030c51e28
Octal10716320456150603053650
Binary1000111111001110000100101110110101100001100010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477384; }

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

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

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

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

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

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

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

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