#472E7C

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

Shades of Windsor #472E7C

Tints of Windsor #472E7C

Color information

#472E7C (or 0x472E7C) is unknown color: approx Windsor. HEX triplet: 47, 2E and 7C. RGB value is (71,46,124). Sum of RGB (Red+Green+Blue) = 71+46+124=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #472E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E7C is #B8D183. Grayscale: #3E3E3E. Windows color (decimal): -12112260 or 8138311. OLE color: 8138311.

HSL color Cylindrical-coordinate representation of color #472E7C: hue angle of 259.23º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472E7C is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7146124-
CMYK0.430.6300.51
HSL259.23º45.88%33.33%-
HSV(B)259.23º62.9%48.63%-
XYZ7.214.7519.61-
YUV62.37162.78134.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=29.46%
G=19.09%
B=51.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71461240.430.6300.51259.2345.8833.33
Hex472E7C2B3F0331032e21
Octal1075617453770634035641
Binary100011110111011111001010111111110110011100000011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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