#471D79

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

Shades of Windsor #471D79

Tints of Windsor #471D79

Color information

#471D79 (or 0x471D79) is unknown color: approx Windsor. HEX triplet: 47, 1D and 79. RGB value is (71,29,121). Sum of RGB (Red+Green+Blue) = 71+29+121=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #471D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D79 is #B8E286. Grayscale: #333333. Windows color (decimal): -12116615 or 7937351. OLE color: 7937351.

HSL color Cylindrical-coordinate representation of color #471D79: hue angle of 267.39º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471D79 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7129121-
CMYK0.410.7600.53
HSL267.39º61.33%29.41%-
HSV(B)267.39º76.03%47.45%-
XYZ6.493.618.44-
YUV52.05166.91141.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 29 (11.72% from 255) = 13.12%
BLUE value IS 121 (47.66% from 255) = 54.75%
R=32.13%
G=13.12%
B=54.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71291210.410.7600.53267.3961.3329.41
Hex471D79294C03510b3d1d
Octal10735171511140654137535
Binary10001111110111110011010011001100011010110000101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,29,121); }

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

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

 a { background-color: rgb(71,29,121); }

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

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

 span { border-color: rgb(71,29,121); }

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