#473370

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

Shades of Windsor #473370

Tints of Windsor #473370

Color information

#473370 (or 0x473370) is unknown color: approx Windsor. HEX triplet: 47, 33 and 70. RGB value is (71,51,112). Sum of RGB (Red+Green+Blue) = 71+51+112=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #473370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473370 is #B8CC8F. Grayscale: #3F3F3F. Windows color (decimal): -12110992 or 7353159. OLE color: 7353159.

HSL color Cylindrical-coordinate representation of color #473370: hue angle of 259.67º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #473370 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7151112-
CMYK0.370.5400.56
HSL259.67º37.42%31.96%-
HSV(B)259.67º54.46%43.92%-
XYZ6.714.8815.92-
YUV63.93155.13133.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=30.34%
G=21.79%
B=47.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71511120.370.5400.56259.6737.4231.96
Hex47337025360381042520
Octal1076316045660704044540
Binary100011111001111100001001011101100111000100000100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473370; }

 p { color: rgb(71,51,112); }

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

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

 a { background-color: rgb(71,51,112); }

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

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

 span { border-color: rgb(71,51,112); }

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