#493575

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

Shades of Windsor #493575

Tints of Windsor #493575

Color information

#493575 (or 0x493575) is unknown color: approx Windsor. HEX triplet: 49, 35 and 75. RGB value is (73,53,117). Sum of RGB (Red+Green+Blue) = 73+53+117=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #493575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493575 is #B6CA8A. Grayscale: #424242. Windows color (decimal): -11979403 or 7681353. OLE color: 7681353.

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

Color convert

RGB7353117-
CMYK0.380.5500.54
HSL258.75º37.65%33.33%-
HSV(B)258.75º54.7%45.88%-
XYZ7.235.2517.46-
YUV66.28156.63132.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=30.04%
G=21.81%
B=48.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73531170.380.5500.54258.7537.6533.33
Hex49357526370361032621
Octal1116516546670664034641
Binary100100111010111101011001101101110110110100000011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493575; }

 p { color: rgb(73,53,117); }

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

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

 a { background-color: rgb(73,53,117); }

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

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

 span { border-color: rgb(73,53,117); }

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