#4E218B

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

Shades of Windsor #4E218B

Tints of Windsor #4E218B

Color information

#4E218B (or 0x4E218B) is unknown color: approx Windsor. HEX triplet: 4E, 21 and 8B. RGB value is (78,33,139). Sum of RGB (Red+Green+Blue) = 78+33+139=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E218B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E218B is #B1DE74. Grayscale: #3A3A3A. Windows color (decimal): -11656821 or 9118030. OLE color: 9118030.

HSL color Cylindrical-coordinate representation of color #4E218B: hue angle of 265.47º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E218B is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7833139-
CMYK0.440.7600.45
HSL265.47º61.63%33.73%-
HSV(B)265.47º76.26%54.51%-
XYZ8.354.5724.87-
YUV58.54173.41141.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.2%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 139 (54.69% from 255) = 55.6%
R=31.2%
G=13.2%
B=55.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78331390.440.7600.45265.4761.6333.73
Hex4E218B2C4C02D1093e22
Octal11641213541140554117642
Binary10011101000011000101110110010011000101101100001001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,33,139); }

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

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

 a { background-color: rgb(78,33,139); }

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

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

 span { border-color: rgb(78,33,139); }

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