#472976

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

Shades of Windsor #472976

Tints of Windsor #472976

Color information

#472976 (or 0x472976) is unknown color: approx Windsor. HEX triplet: 47, 29 and 76. RGB value is (71,41,118). Sum of RGB (Red+Green+Blue) = 71+41+118=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #472976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472976 is #B8D689. Grayscale: #3A3A3A. Windows color (decimal): -12113546 or 7743815. OLE color: 7743815.

HSL color Cylindrical-coordinate representation of color #472976: hue angle of 263.38º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472976 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7141118-
CMYK0.400.6500.54
HSL263.38º48.43%31.18%-
HSV(B)263.38º65.25%46.27%-
XYZ6.664.2317.61-
YUV58.75161.44136.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=30.87%
G=17.83%
B=51.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71411180.400.6500.54263.3848.4331.18
Hex4729762841036107301f
Octal10751166501010664076037
Binary100011110100111101101010001000001011011010000011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472976; }

 p { color: rgb(71,41,118); }

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

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

 a { background-color: rgb(71,41,118); }

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

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

 span { border-color: rgb(71,41,118); }

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