#472F85

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

Shades of Windsor #472F85

Tints of Windsor #472F85

Color information

#472F85 (or 0x472F85) is unknown color: approx Windsor. HEX triplet: 47, 2F and 85. RGB value is (71,47,133). Sum of RGB (Red+Green+Blue) = 71+47+133=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #472F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F85 is #B8D07A. Grayscale: #3F3F3F. Windows color (decimal): -12111995 or 8728391. OLE color: 8728391.

HSL color Cylindrical-coordinate representation of color #472F85: hue angle of 256.74º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472F85 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7147133-
CMYK0.470.6500.48
HSL256.74º47.78%35.29%-
HSV(B)256.74º64.66%52.16%-
XYZ7.855.0722.75-
YUV63.98166.95133.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 47 (18.75% from 255) = 18.73%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=28.29%
G=18.73%
B=52.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71471330.470.6500.48256.7447.7835.29
Hex472F852F410301013023
Octal10757205571010604016043
Binary10001111011111000010110111110000010110000100000001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472F85; }

 p { color: rgb(71,47,133); }

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

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

 a { background-color: rgb(71,47,133); }

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

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

 span { border-color: rgb(71,47,133); }

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