#472389

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

Shades of Windsor #472389

Tints of Windsor #472389

Color information

#472389 (or 0x472389) is unknown color: approx Windsor. HEX triplet: 47, 23 and 89. RGB value is (71,35,137). Sum of RGB (Red+Green+Blue) = 71+35+137=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #472389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472389 is #B8DC76. Grayscale: #393939. Windows color (decimal): -12115063 or 8987463. OLE color: 8987463.

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

Color convert

RGB7135137-
CMYK0.480.7400.46
HSL261.18º59.3%33.73%-
HSV(B)261.18º74.45%53.73%-
XYZ7.714.3524.1-
YUV57.39172.93137.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 137 (53.91% from 255) = 56.38%
R=29.22%
G=14.40%
B=56.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71351370.480.7400.46261.1859.333.73
Hex472389304A02E1053b22
Octal10743211601120564057342
Binary10001111000111000100111000010010100101110100000101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472389; }

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

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

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

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

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

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

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

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