#493277

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

Shades of Windsor #493277

Tints of Windsor #493277

Color information

#493277 (or 0x493277) is unknown color: approx Windsor. HEX triplet: 49, 32 and 77. RGB value is (73,50,119). Sum of RGB (Red+Green+Blue) = 73+50+119=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #493277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493277 is #B6CD88. Grayscale: #404040. Windows color (decimal): -11980169 or 7811657. OLE color: 7811657.

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

Color convert

RGB7350119-
CMYK0.390.5800.53
HSL260º40.83%33.14%-
HSV(B)260º57.98%46.67%-
XYZ7.225.0318.04-
YUV64.74158.62133.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=30.17%
G=20.66%
B=49.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73501190.390.5800.5326040.8333.14
Hex493277273A0351042921
Octal1116216747720654045141
Binary100100111001011101111001111110100110101100000100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493277; }

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

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

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

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

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

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

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

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