#493479

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

Shades of Windsor #493479

Tints of Windsor #493479

Color information

#493479 (or 0x493479) is unknown color: approx Windsor. HEX triplet: 49, 34 and 79. RGB value is (73,52,121). Sum of RGB (Red+Green+Blue) = 73+52+121=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #493479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493479 is #B6CB86. Grayscale: #414141. Windows color (decimal): -11979655 or 7943241. OLE color: 7943241.

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

Color convert

RGB7352121-
CMYK0.400.5700.53
HSL258.26º39.88%33.92%-
HSV(B)258.26º57.02%47.45%-
XYZ7.435.2518.71-
YUV66.14158.96132.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 121 (47.66% from 255) = 49.19%
R=29.67%
G=21.14%
B=49.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73521210.400.5700.53258.2639.8833.92
Hex49347928390351022822
Octal1116417150710654025042
Binary100100111010011110011010001110010110101100000010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493479; }

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

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

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

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

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

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

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

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