#47207F

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

Shades of Windsor #47207F

Tints of Windsor #47207F

Color information

#47207F (or 0x47207F) is unknown color: approx Windsor. HEX triplet: 47, 20 and 7F. RGB value is (71,32,127). Sum of RGB (Red+Green+Blue) = 71+32+127=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #47207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47207F is #B8DF80. Grayscale: #363636. Windows color (decimal): -12115841 or 8331335. OLE color: 8331335.

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

Color convert

RGB7132127-
CMYK0.440.7500.50
HSL264.63º59.75%31.18%-
HSV(B)264.63º74.8%49.8%-
XYZ6.953.920.47-
YUV54.49168.92139.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 127 (50% from 255) = 55.22%
R=30.87%
G=13.91%
B=55.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71321270.440.7500.50264.6359.7531.18
Hex47207F2C4B0321093c1f
Octal10740177541130624117437
Binary100011110000011111111011001001011011001010000100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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