#473074

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

Shades of Windsor #473074

Tints of Windsor #473074

Color information

#473074 (or 0x473074) is unknown color: approx Windsor. HEX triplet: 47, 30 and 74. RGB value is (71,48,116). Sum of RGB (Red+Green+Blue) = 71+48+116=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #473074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473074 is #B8CF8B. Grayscale: #3E3E3E. Windows color (decimal): -12111756 or 7614535. OLE color: 7614535.

HSL color Cylindrical-coordinate representation of color #473074: hue angle of 260.29º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #473074 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7148116-
CMYK0.390.5900.55
HSL260.29º41.46%32.16%-
HSV(B)260.29º58.62%45.49%-
XYZ6.814.7117.07-
YUV62.63158.12133.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 116 (45.70% from 255) = 49.36%
R=30.21%
G=20.43%
B=49.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71481160.390.5900.55260.2941.4632.16
Hex473074273B0371042920
Octal1076016447730674045140
Binary100011111000011101001001111110110110111100000100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473074; }

 p { color: rgb(71,48,116); }

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

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

 a { background-color: rgb(71,48,116); }

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

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

 span { border-color: rgb(71,48,116); }

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