#47327F

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

Shades of Windsor #47327F

Tints of Windsor #47327F

Color information

#47327F (or 0x47327F) is unknown color: approx Windsor. HEX triplet: 47, 32 and 7F. RGB value is (71,50,127). Sum of RGB (Red+Green+Blue) = 71+50+127=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #47327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47327F is #B8CD80. Grayscale: #404040. Windows color (decimal): -12111233 or 8335943. OLE color: 8335943.

HSL color Cylindrical-coordinate representation of color #47327F: hue angle of 256.36º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47327F is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7150127-
CMYK0.440.6100.50
HSL256.36º43.5%34.71%-
HSV(B)256.36º60.63%49.8%-
XYZ7.575.1520.67-
YUV65.06162.96132.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 127 (50% from 255) = 51.21%
R=28.63%
G=20.16%
B=51.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71501270.440.6100.50256.3643.534.71
Hex47327F2C3D0321002c23
Octal1076217754750624005443
Binary100011111001011111111011001111010110010100000000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47327F; }

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

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

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

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

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

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

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

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