#472D85

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

Shades of Windsor #472D85

Tints of Windsor #472D85

Color information

#472D85 (or 0x472D85) is unknown color: approx Windsor. HEX triplet: 47, 2D and 85. RGB value is (71,45,133). Sum of RGB (Red+Green+Blue) = 71+45+133=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #472D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472D85 is #B8D27A. Grayscale: #3E3E3E. Windows color (decimal): -12112507 or 8727879. OLE color: 8727879.

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

Color convert

RGB7145133-
CMYK0.470.6600.48
HSL257.73º49.44%34.9%-
HSV(B)257.73º66.17%52.16%-
XYZ7.774.9122.73-
YUV62.81167.61133.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=28.51%
G=18.07%
B=53.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71451330.470.6600.48257.7349.4434.9
Hex472D852F420301023123
Octal10755205571020604026143
Binary10001111011011000010110111110000100110000100000010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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