#493079

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

Shades of Windsor #493079

Tints of Windsor #493079

Color information

#493079 (or 0x493079) is unknown color: approx Windsor. HEX triplet: 49, 30 and 79. RGB value is (73,48,121). Sum of RGB (Red+Green+Blue) = 73+48+121=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #493079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493079 is #B6CF86. Grayscale: #3F3F3F. Windows color (decimal): -11980679 or 7942217. OLE color: 7942217.

HSL color Cylindrical-coordinate representation of color #493079: hue angle of 260.55º 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 #493079 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7348121-
CMYK0.400.6000.53
HSL260.55º43.2%33.14%-
HSV(B)260.55º60.33%47.45%-
XYZ7.264.9118.65-
YUV63.8160.28134.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 121 (47.66% from 255) = 50%
R=30.17%
G=19.83%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73481210.400.6000.53260.5543.233.14
Hex493079283C0351052b21
Octal1116017150740654055341
Binary100100111000011110011010001111000110101100000101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493079; }

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

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

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

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

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

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

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

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