#493278

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

Shades of Windsor #493278

Tints of Windsor #493278

Color information

#493278 (or 0x493278) is unknown color: approx Windsor. HEX triplet: 49, 32 and 78. RGB value is (73,50,120). Sum of RGB (Red+Green+Blue) = 73+50+120=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #493278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493278 is #B6CD87. Grayscale: #404040. Windows color (decimal): -11980168 or 7877193. OLE color: 7877193.

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

Color convert

RGB7350120-
CMYK0.390.5800.53
HSL259.71º41.18%33.33%-
HSV(B)259.71º58.33%47.06%-
XYZ7.285.0518.36-
YUV64.86159.12133.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=30.04%
G=20.58%
B=49.38%

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
Decimal73501200.390.5800.53259.7141.1833.33
Hex493278273A0351042921
Octal1116217047720654045141
Binary100100111001011110001001111110100110101100000100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493278; }

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

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

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

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

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

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

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

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