#493275

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

Shades of Windsor #493275

Tints of Windsor #493275

Color information

#493275 (or 0x493275) is unknown color: approx Windsor. HEX triplet: 49, 32 and 75. RGB value is (73,50,117). Sum of RGB (Red+Green+Blue) = 73+50+117=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #493275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493275 is #B6CD8A. Grayscale: #404040. Windows color (decimal): -11980171 or 7680585. OLE color: 7680585.

HSL color Cylindrical-coordinate representation of color #493275: hue angle of 260.6º 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 #493275 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7350117-
CMYK0.380.5700.54
HSL260.6º40.12%32.75%-
HSV(B)260.6º57.26%45.88%-
XYZ7.14.9817.42-
YUV64.51157.62134.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=30.42%
G=20.83%
B=48.75%

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
Decimal73501170.380.5700.54260.640.1232.75
Hex49327526390361052821
Octal1116216546710664055041
Binary100100111001011101011001101110010110110100000101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493275; }

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

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

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

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

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

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

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

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