#473579

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

Shades of Windsor #473579

Tints of Windsor #473579

Color information

#473579 (or 0x473579) is unknown color: approx Windsor. HEX triplet: 47, 35 and 79. RGB value is (71,53,121). Sum of RGB (Red+Green+Blue) = 71+53+121=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #473579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473579 is #B8CA86. Grayscale: #414141. Windows color (decimal): -12110471 or 7943495. OLE color: 7943495.

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

Color convert

RGB7153121-
CMYK0.410.5600.53
HSL255.88º39.08%34.12%-
HSV(B)255.88º56.2%47.45%-
XYZ7.325.2718.72-
YUV66.13158.96131.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=28.98%
G=21.63%
B=49.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71531210.410.5600.53255.8839.0834.12
Hex47357929380351002722
Octal1076517151700654004742
Binary100011111010111110011010011110000110101100000000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473579; }

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

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

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

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

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

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

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

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