#472579

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

Shades of Windsor #472579

Tints of Windsor #472579

Color information

#472579 (or 0x472579) is unknown color: approx Windsor. HEX triplet: 47, 25 and 79. RGB value is (71,37,121). Sum of RGB (Red+Green+Blue) = 71+37+121=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #472579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472579 is #B8DA86. Grayscale: #383838. Windows color (decimal): -12114567 or 7939399. OLE color: 7939399.

HSL color Cylindrical-coordinate representation of color #472579: hue angle of 264.29º 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 #472579 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7137121-
CMYK0.410.6900.53
HSL264.29º53.16%30.98%-
HSV(B)264.29º69.42%47.45%-
XYZ6.714.0418.52-
YUV56.74164.26138.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=31.00%
G=16.16%
B=52.84%

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
Decimal71371210.410.6900.53264.2953.1630.98
Hex4725792945035108351f
Octal10745171511050654106537
Binary100011110010111110011010011000101011010110000100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472579; }

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

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

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

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

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

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

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

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