#472377

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

Shades of Windsor #472377

Tints of Windsor #472377

Color information

#472377 (or 0x472377) is unknown color: approx Windsor. HEX triplet: 47, 23 and 77. RGB value is (71,35,119). Sum of RGB (Red+Green+Blue) = 71+35+119=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #472377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472377 is #B8DC88. Grayscale: #373737. Windows color (decimal): -12115081 or 7807815. OLE color: 7807815.

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

Color convert

RGB7135119-
CMYK0.400.7100.53
HSL265.71º54.55%30.2%-
HSV(B)265.71º70.59%46.67%-
XYZ6.533.8717.86-
YUV55.34163.93139.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=31.56%
G=15.56%
B=52.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71351190.400.7100.53265.7154.5530.2
Hex472377284703510a371e
Octal10743167501070654126736
Binary100011110001111101111010001000111011010110000101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472377; }

 p { color: rgb(71,35,119); }

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

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

 a { background-color: rgb(71,35,119); }

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

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

 span { border-color: rgb(71,35,119); }

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