#47207B

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

Shades of Windsor #47207B

Tints of Windsor #47207B

Color information

#47207B (or 0x47207B) is unknown color: approx Windsor. HEX triplet: 47, 20 and 7B. RGB value is (71,32,123). Sum of RGB (Red+Green+Blue) = 71+32+123=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #47207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47207B is #B8DF84. Grayscale: #353535. Windows color (decimal): -12115845 or 8069191. OLE color: 8069191.

HSL color Cylindrical-coordinate representation of color #47207B: hue angle of 265.71º degrees, saturation: 0.59, 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 #47207B is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7132123-
CMYK0.420.7400.52
HSL265.71º58.71%30.39%-
HSV(B)265.71º73.98%48.24%-
XYZ6.693.819.12-
YUV54.04166.92140.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 32 (12.89% from 255) = 14.16%
BLUE value IS 123 (48.44% from 255) = 54.42%
R=31.42%
G=14.16%
B=54.42%

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
Decimal71321230.420.7400.52265.7158.7130.39
Hex47207B2A4A03410a3b1e
Octal10740173521120644127336
Binary100011110000011110111010101001010011010010000101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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