#473079

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

Shades of Windsor #473079

Tints of Windsor #473079

Color information

#473079 (or 0x473079) is unknown color: approx Windsor. HEX triplet: 47, 30 and 79. RGB value is (71,48,121). Sum of RGB (Red+Green+Blue) = 71+48+121=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #473079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473079 is #B8CF86. Grayscale: #3E3E3E. Windows color (decimal): -12111751 or 7942215. OLE color: 7942215.

HSL color Cylindrical-coordinate representation of color #473079: hue angle of 258.9º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #473079 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7148121-
CMYK0.410.6000.53
HSL258.9º43.2%33.14%-
HSV(B)258.9º60.33%47.45%-
XYZ7.114.8318.65-
YUV63.2160.62133.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 121 (47.66% from 255) = 50.42%
R=29.58%
G=20%
B=50.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71481210.410.6000.53258.943.233.14
Hex473079293C0351032b21
Octal1076017151740654035341
Binary100011111000011110011010011111000110101100000011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473079; }

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

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

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

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

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

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

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

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