#471E7A

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

Shades of Windsor #471E7A

Tints of Windsor #471E7A

Color information

#471E7A (or 0x471E7A) is unknown color: approx Windsor. HEX triplet: 47, 1E and 7A. RGB value is (71,30,122). Sum of RGB (Red+Green+Blue) = 71+30+122=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #471E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E7A is #B8E185. Grayscale: #343434. Windows color (decimal): -12116358 or 8003143. OLE color: 8003143.

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

Color convert

RGB7130122-
CMYK0.420.7500.52
HSL266.74º60.53%29.8%-
HSV(B)266.74º75.41%47.84%-
XYZ6.583.6718.77-
YUV52.75167.08141.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 30 (12.11% from 255) = 13.45%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=31.84%
G=13.45%
B=54.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71301220.420.7500.52266.7460.5329.8
Hex471E7A2A4B03410b3d1e
Octal10736172521130644137536
Binary10001111111011110101010101001011011010010000101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471E7A; }

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

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

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

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

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

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

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

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