#493377

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

Shades of Windsor #493377

Tints of Windsor #493377

Color information

#493377 (or 0x493377) is unknown color: approx Windsor. HEX triplet: 49, 33 and 77. RGB value is (73,51,119). Sum of RGB (Red+Green+Blue) = 73+51+119=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #493377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493377 is #B6CC88. Grayscale: #414141. Windows color (decimal): -11979913 or 7811913. OLE color: 7811913.

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

Color convert

RGB7351119-
CMYK0.390.5700.53
HSL259.41º40%33.33%-
HSV(B)259.41º57.14%46.67%-
XYZ7.265.1218.06-
YUV65.33158.29133.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=30.04%
G=20.99%
B=48.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73511190.390.5700.53259.414033.33
Hex49337727390351032821
Octal1116316747710654035041
Binary100100111001111101111001111110010110101100000011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493377; }

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

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

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

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

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

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

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

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