#47207a

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

Shades of Windsor #47207A

Tints of Windsor #47207A

Color information

#47207A (or 0x47207A) is unknown color: approx Windsor. HEX triplet: 47, 20 and 7A. RGB value is (71,32,122). Sum of RGB (Red+Green+Blue) = 71+32+122=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #47207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47207A is #B8DF85. Grayscale: #353535. Windows color (decimal): -12115846 or 8003655. OLE color: 8003655.

HSL color Cylindrical-coordinate representation of color #47207A: hue angle of 266º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47207A is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7132122-
CMYK0.420.7400.52
HSL266º58.44%30.2%-
HSV(B)266º73.77%47.84%-
XYZ6.633.7818.79-
YUV53.92166.42140.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 122 (48.05% from 255) = 54.22%
R=31.56%
G=14.22%
B=54.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71321220.420.7400.5226658.4430.2
Hex47207A2A4A03410a3a1e
Octal10740172521120644127236
Binary100011110000011110101010101001010011010010000101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47207a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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