#4E3778

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

Shades of Windsor #4E3778

Tints of Windsor #4E3778

Color information

#4E3778 (or 0x4E3778) is unknown color: approx Windsor. HEX triplet: 4E, 37 and 78. RGB value is (78,55,120). Sum of RGB (Red+Green+Blue) = 78+55+120=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E3778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3778 is #B1C887. Grayscale: #454545. Windows color (decimal): -11651208 or 7878478. OLE color: 7878478.

HSL color Cylindrical-coordinate representation of color #4E3778: hue angle of 261.23º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E3778 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7855120-
CMYK0.350.5400.53
HSL261.23º37.14%34.31%-
HSV(B)261.23º54.17%47.06%-
XYZ7.95.7118.45-
YUV69.29156.62134.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.83%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=30.83%
G=21.74%
B=47.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78551200.350.5400.53261.2337.1434.31
Hex4E377823360351052522
Octal1166717043660654054542
Binary100111011011111110001000111101100110101100000101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E3778; }

 p { color: rgb(78,55,120); }

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

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

 a { background-color: rgb(78,55,120); }

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

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

 span { border-color: rgb(78,55,120); }

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