#471886

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

Shades of Windsor #471886

Tints of Windsor #471886

Color information

#471886 (or 0x471886) is unknown color: approx Windsor. HEX triplet: 47, 18 and 86. RGB value is (71,24,134). Sum of RGB (Red+Green+Blue) = 71+24+134=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #471886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471886 is #B8E779. Grayscale: #323232. Windows color (decimal): -12117882 or 8788039. OLE color: 8788039.

HSL color Cylindrical-coordinate representation of color #471886: hue angle of 265.64º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471886 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7124134-
CMYK0.470.8200.47
HSL265.64º69.62%30.98%-
HSV(B)265.64º82.09%52.55%-
XYZ7.233.7122.89-
YUV50.59175.07142.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 134 (52.73% from 255) = 58.52%
R=31.00%
G=10.48%
B=58.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71241340.470.8200.47265.6469.6230.98
Hex4718862F5202F10a461f
Octal107302065712205741210637
Binary1000111110001000011010111110100100101111100001010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471886; }

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

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

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

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

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

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

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

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