#472E73

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

Shades of Windsor #472E73

Tints of Windsor #472E73

Color information

#472E73 (or 0x472E73) is unknown color: approx Windsor. HEX triplet: 47, 2E and 73. RGB value is (71,46,115). Sum of RGB (Red+Green+Blue) = 71+46+115=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #472E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E73 is #B8D18C. Grayscale: #3D3D3D. Windows color (decimal): -12112269 or 7548487. OLE color: 7548487.

HSL color Cylindrical-coordinate representation of color #472E73: hue angle of 261.74º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #472E73 is Cyan = 0.38, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7146115-
CMYK0.380.600.55
HSL261.74º42.86%31.57%-
HSV(B)261.74º60%45.1%-
XYZ6.674.5316.74-
YUV61.34158.28134.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 115 (45.31% from 255) = 49.57%
R=30.60%
G=19.83%
B=49.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71461150.380.600.55261.7442.8631.57
Hex472E73263C0371062b20
Octal1075616346740674065340
Binary100011110111011100111001101111000110111100000110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,46,115); }

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

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

 a { background-color: rgb(71,46,115); }

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

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

 span { border-color: rgb(71,46,115); }

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