#493078

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

Shades of Windsor #493078

Tints of Windsor #493078

Color information

#493078 (or 0x493078) is unknown color: approx Windsor. HEX triplet: 49, 30 and 78. RGB value is (73,48,120). Sum of RGB (Red+Green+Blue) = 73+48+120=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #493078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493078 is #B6CF87. Grayscale: #3F3F3F. Windows color (decimal): -11980680 or 7876681. OLE color: 7876681.

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

Color convert

RGB7348120-
CMYK0.390.6000.53
HSL260.83º42.86%32.94%-
HSV(B)260.83º60%47.06%-
XYZ7.194.8918.33-
YUV63.68159.78134.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=30.29%
G=19.92%
B=49.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73481200.390.6000.53260.8342.8632.94
Hex493078273C0351052b21
Octal1116017047740654055341
Binary100100111000011110001001111111000110101100000101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493078; }

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

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

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

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

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

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

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

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