#472588

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

Shades of Windsor #472588

Tints of Windsor #472588

Color information

#472588 (or 0x472588) is unknown color: approx Windsor. HEX triplet: 47, 25 and 88. RGB value is (71,37,136). Sum of RGB (Red+Green+Blue) = 71+37+136=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #472588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472588 is #B8DA77. Grayscale: #3A3A3A. Windows color (decimal): -12114552 or 8922439. OLE color: 8922439.

HSL color Cylindrical-coordinate representation of color #472588: hue angle of 260.61º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472588 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7137136-
CMYK0.480.7300.47
HSL260.61º57.23%33.92%-
HSV(B)260.61º72.79%53.33%-
XYZ7.74.4423.74-
YUV58.45171.76136.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 136 (53.52% from 255) = 55.74%
R=29.10%
G=15.16%
B=55.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71371360.480.7300.47260.6157.2333.92
Hex472588304902F1053922
Octal10745210601110574057142
Binary10001111001011000100011000010010010101111100000101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472588; }

 p { color: rgb(71,37,136); }

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

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

 a { background-color: rgb(71,37,136); }

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

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

 span { border-color: rgb(71,37,136); }

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