#493473

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

Shades of Windsor #493473

Tints of Windsor #493473

Color information

#493473 (or 0x493473) is unknown color: approx Windsor. HEX triplet: 49, 34 and 73. RGB value is (73,52,115). Sum of RGB (Red+Green+Blue) = 73+52+115=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #493473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493473 is #B6CB8C. Grayscale: #414141. Windows color (decimal): -11979661 or 7550025. OLE color: 7550025.

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

Color convert

RGB7352115-
CMYK0.370.5500.55
HSL260º37.72%32.75%-
HSV(B)260º54.78%45.1%-
XYZ7.075.1116.83-
YUV65.46155.96133.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=30.42%
G=21.67%
B=47.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73521150.370.5500.5526037.7232.75
Hex49347325370371042621
Octal1116416345670674044641
Binary100100111010011100111001011101110110111100000100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493473; }

 p { color: rgb(73,52,115); }

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

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

 a { background-color: rgb(73,52,115); }

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

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

 span { border-color: rgb(73,52,115); }

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