#472578

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

Shades of Windsor #472578

Tints of Windsor #472578

Color information

#472578 (or 0x472578) is unknown color: approx Windsor. HEX triplet: 47, 25 and 78. RGB value is (71,37,120). Sum of RGB (Red+Green+Blue) = 71+37+120=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #472578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472578 is #B8DA87. Grayscale: #383838. Windows color (decimal): -12114568 or 7873863. OLE color: 7873863.

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

Color convert

RGB7137120-
CMYK0.410.6900.53
HSL264.58º52.87%30.78%-
HSV(B)264.58º69.17%47.06%-
XYZ6.654.0218.19-
YUV56.63163.76138.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=31.14%
G=16.23%
B=52.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71371200.410.6900.53264.5852.8730.78
Hex4725782945035109351f
Octal10745170511050654116537
Binary100011110010111110001010011000101011010110000100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472578; }

 p { color: rgb(71,37,120); }

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

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

 a { background-color: rgb(71,37,120); }

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

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

 span { border-color: rgb(71,37,120); }

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