#47227B

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

Shades of Windsor #47227B

Tints of Windsor #47227B

Color information

#47227B (or 0x47227B) is unknown color: approx Windsor. HEX triplet: 47, 22 and 7B. RGB value is (71,34,123). Sum of RGB (Red+Green+Blue) = 71+34+123=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #47227B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47227B is #B8DD84. Grayscale: #363636. Windows color (decimal): -12115333 or 8069703. OLE color: 8069703.

HSL color Cylindrical-coordinate representation of color #47227B: hue angle of 264.94º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47227B is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7134123-
CMYK0.420.7200.52
HSL264.94º56.69%30.78%-
HSV(B)264.94º72.36%48.24%-
XYZ6.753.9119.14-
YUV55.21166.26139.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=31.14%
G=14.91%
B=53.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71341230.420.7200.52264.9456.6930.78
Hex47227B2A48034109391f
Octal10742173521100644117137
Binary100011110001011110111010101001000011010010000100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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