#47187F

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

Shades of Windsor #47187F

Tints of Windsor #47187F

Color information

#47187F (or 0x47187F) is unknown color: approx Windsor. HEX triplet: 47, 18 and 7F. RGB value is (71,24,127). Sum of RGB (Red+Green+Blue) = 71+24+127=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #47187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47187F is #B8E780. Grayscale: #313131. Windows color (decimal): -12117889 or 8329287. OLE color: 8329287.

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

Color convert

RGB7124127-
CMYK0.440.8100.50
HSL267.38º68.21%29.61%-
HSV(B)267.38º81.1%49.8%-
XYZ6.763.5320.4-
YUV49.8171.57143.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 127 (50% from 255) = 57.21%
R=31.98%
G=10.81%
B=57.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71241270.440.8100.50267.3868.2129.61
Hex47187F2C5103210b441e
Octal107301775412106241310436
Binary100011111000111111110110010100010110010100001011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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