#493477

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

Shades of Windsor #493477

Tints of Windsor #493477

Color information

#493477 (or 0x493477) is unknown color: approx Windsor. HEX triplet: 49, 34 and 77. RGB value is (73,52,119). Sum of RGB (Red+Green+Blue) = 73+52+119=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #493477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493477 is #B6CB88. Grayscale: #414141. Windows color (decimal): -11979657 or 7812169. OLE color: 7812169.

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

Color convert

RGB7352119-
CMYK0.390.5600.53
HSL258.81º39.18%33.53%-
HSV(B)258.81º56.3%46.67%-
XYZ7.315.218.07-
YUV65.92157.96133.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=29.92%
G=21.31%
B=48.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73521190.390.5600.53258.8139.1833.53
Hex49347727380351032722
Octal1116416747700654034742
Binary100100111010011101111001111110000110101100000011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493477; }

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

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

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

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

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

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

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

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