#477284

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

Shades of Calypso #477284

Tints of Calypso #477284

Color information

#477284 (or 0x477284) is unknown color: approx Calypso. HEX triplet: 47, 72 and 84. RGB value is (71,114,132). Sum of RGB (Red+Green+Blue) = 71+114+132=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #477284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477284 is #B88D7B. Grayscale: #676767. Windows color (decimal): -12094844 or 8680007. OLE color: 8680007.

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

Color convert

RGB71114132-
CMYK0.460.1400.48
HSL197.7º30.05%39.8%-
HSV(B)197.7º46.21%51.76%-
XYZ12.7815.0424.06-
YUV103.2144.25105.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=22.40%
G=35.96%
B=41.64%

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
Decimal711141320.460.1400.48197.730.0539.8
Hex4772842EE030c61e28
Octal10716220456160603063650
Binary1000111111001010000100101110111001100001100011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477284; }

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

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

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

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

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

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

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

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