#473271

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

Shades of Windsor #473271

Tints of Windsor #473271

Color information

#473271 (or 0x473271) is unknown color: approx Windsor. HEX triplet: 47, 32 and 71. RGB value is (71,50,113). Sum of RGB (Red+Green+Blue) = 71+50+113=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #473271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473271 is #B8CD8E. Grayscale: #3F3F3F. Windows color (decimal): -12111247 or 7418439. OLE color: 7418439.

HSL color Cylindrical-coordinate representation of color #473271: hue angle of 260º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #473271 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7150113-
CMYK0.370.5600.56
HSL260º38.65%31.96%-
HSV(B)260º55.75%44.31%-
XYZ6.724.8116.2-
YUV63.46155.96133.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=30.34%
G=21.37%
B=48.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71501130.370.5600.5626038.6531.96
Hex47327125380381042720
Octal1076216145700704044740
Binary100011111001011100011001011110000111000100000100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473271; }

 p { color: rgb(71,50,113); }

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

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

 a { background-color: rgb(71,50,113); }

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

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

 span { border-color: rgb(71,50,113); }

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