#473578

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

Shades of Windsor #473578

Tints of Windsor #473578

Color information

#473578 (or 0x473578) is unknown color: approx Windsor. HEX triplet: 47, 35 and 78. RGB value is (71,53,120). Sum of RGB (Red+Green+Blue) = 71+53+120=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #473578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473578 is #B8CA87. Grayscale: #414141. Windows color (decimal): -12110472 or 7877959. OLE color: 7877959.

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

Color convert

RGB7153120-
CMYK0.410.5600.53
HSL256.12º38.73%33.92%-
HSV(B)256.12º55.83%47.06%-
XYZ7.265.2418.4-
YUV66.02158.46131.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=29.10%
G=21.72%
B=49.18%

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
Decimal71531200.410.5600.53256.1238.7333.92
Hex47357829380351002722
Octal1076517051700654004742
Binary100011111010111110001010011110000110101100000000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473578; }

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

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

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

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

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

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

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

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