#493376

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

Shades of Windsor #493376

Tints of Windsor #493376

Color information

#493376 (or 0x493376) is unknown color: approx Windsor. HEX triplet: 49, 33 and 76. RGB value is (73,51,118). Sum of RGB (Red+Green+Blue) = 73+51+118=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #493376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493376 is #B6CC89. Grayscale: #404040. Windows color (decimal): -11979914 or 7746377. OLE color: 7746377.

HSL color Cylindrical-coordinate representation of color #493376: hue angle of 259.7º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #493376 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7351118-
CMYK0.380.5700.54
HSL259.7º39.64%33.14%-
HSV(B)259.7º56.78%46.27%-
XYZ7.25.0917.74-
YUV65.22157.79133.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=30.17%
G=21.07%
B=48.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73511180.380.5700.54259.739.6433.14
Hex49337626390361042821
Octal1116316646710664045041
Binary100100111001111101101001101110010110110100000100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493376; }

 p { color: rgb(73,51,118); }

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

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

 a { background-color: rgb(73,51,118); }

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

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

 span { border-color: rgb(73,51,118); }

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