#472880

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

Shades of Windsor #472880

Tints of Windsor #472880

Color information

#472880 (or 0x472880) is unknown color: approx Windsor. HEX triplet: 47, 28 and 80. RGB value is (71,40,128). Sum of RGB (Red+Green+Blue) = 71+40+128=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #472880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472880 is #B8D77F. Grayscale: #3A3A3A. Windows color (decimal): -12113792 or 8398919. OLE color: 8398919.

HSL color Cylindrical-coordinate representation of color #472880: hue angle of 261.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472880 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7140128-
CMYK0.450.6900.50
HSL261.14º52.38%32.94%-
HSV(B)261.14º68.75%50.2%-
XYZ7.254.4220.89-
YUV59.3166.77136.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 128 (50.39% from 255) = 53.56%
R=29.71%
G=16.74%
B=53.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71401280.450.6900.50261.1452.3832.94
Hex4728802D450321053421
Octal10750200551050624056441
Binary10001111010001000000010110110001010110010100000101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472880; }

 p { color: rgb(71,40,128); }

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

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

 a { background-color: rgb(71,40,128); }

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

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

 span { border-color: rgb(71,40,128); }

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