#472476

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

Shades of Windsor #472476

Tints of Windsor #472476

Color information

#472476 (or 0x472476) is unknown color: approx Windsor. HEX triplet: 47, 24 and 76. RGB value is (71,36,118). Sum of RGB (Red+Green+Blue) = 71+36+118=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #472476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472476 is #B8DB89. Grayscale: #373737. Windows color (decimal): -12114826 or 7742535. OLE color: 7742535.

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

Color convert

RGB7136118-
CMYK0.400.6900.54
HSL265.61º53.25%30.2%-
HSV(B)265.61º69.49%46.27%-
XYZ6.53.9117.55-
YUV55.81163.1138.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=31.56%
G=16%
B=52.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71361180.400.6900.54265.6153.2530.2
Hex472476284503610a351e
Octal10744166501050664126536
Binary100011110010011101101010001000101011011010000101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472476; }

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

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

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

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

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

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

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

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