#493378

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

Shades of Windsor #493378

Tints of Windsor #493378

Color information

#493378 (or 0x493378) is unknown color: approx Windsor. HEX triplet: 49, 33 and 78. RGB value is (73,51,120). Sum of RGB (Red+Green+Blue) = 73+51+120=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #493378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493378 is #B6CC87. Grayscale: #414141. Windows color (decimal): -11979912 or 7877449. OLE color: 7877449.

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

Color convert

RGB7351120-
CMYK0.390.5800.53
HSL259.13º40.35%33.53%-
HSV(B)259.13º57.5%47.06%-
XYZ7.325.1418.38-
YUV65.44158.79133.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=29.92%
G=20.90%
B=49.18%

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
Decimal73511200.390.5800.53259.1340.3533.53
Hex493378273A0351032822
Octal1116317047720654035042
Binary100100111001111110001001111110100110101100000011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493378; }

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

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

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

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

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

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

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

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