#493578

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

Shades of Windsor #493578

Tints of Windsor #493578

Color information

#493578 (or 0x493578) is unknown color: approx Windsor. HEX triplet: 49, 35 and 78. RGB value is (73,53,120). Sum of RGB (Red+Green+Blue) = 73+53+120=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #493578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493578 is #B6CA87. Grayscale: #424242. Windows color (decimal): -11979400 or 7877961. OLE color: 7877961.

HSL color Cylindrical-coordinate representation of color #493578: hue angle of 257.91º 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 #493578 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7353120-
CMYK0.390.5600.53
HSL257.91º38.73%33.92%-
HSV(B)257.91º55.83%47.06%-
XYZ7.415.3218.41-
YUV66.62158.13132.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=29.67%
G=21.54%
B=48.78%

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
Decimal73531200.390.5600.53257.9138.7333.92
Hex49357827380351022722
Octal1116517047700654024742
Binary100100111010111110001001111110000110101100000010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493578; }

 p { color: rgb(73,53,120); }

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

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

 a { background-color: rgb(73,53,120); }

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

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

 span { border-color: rgb(73,53,120); }

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