#472477

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

Shades of Windsor #472477

Tints of Windsor #472477

Color information

#472477 (or 0x472477) is unknown color: approx Windsor. HEX triplet: 47, 24 and 77. RGB value is (71,36,119). Sum of RGB (Red+Green+Blue) = 71+36+119=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #472477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472477 is #B8DB88. Grayscale: #373737. Windows color (decimal): -12114825 or 7808071. OLE color: 7808071.

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

Color convert

RGB7136119-
CMYK0.400.7000.53
HSL265.3º53.55%30.39%-
HSV(B)265.3º69.75%46.67%-
XYZ6.563.9317.87-
YUV55.93163.6138.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=31.42%
G=15.93%
B=52.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71361190.400.7000.53265.353.5530.39
Hex4724772846035109361e
Octal10744167501060654116636
Binary100011110010011101111010001000110011010110000100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472477; }

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

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

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

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

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

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

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

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