#4E1B8B

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

Shades of Windsor #4E1B8B

Tints of Windsor #4E1B8B

Color information

#4E1B8B (or 0x4E1B8B) is unknown color: approx Windsor. HEX triplet: 4E, 1B and 8B. RGB value is (78,27,139). Sum of RGB (Red+Green+Blue) = 78+27+139=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E1B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1B8B is #B1E474. Grayscale: #363636. Windows color (decimal): -11658357 or 9116494. OLE color: 9116494.

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

Color convert

RGB7827139-
CMYK0.440.8100.45
HSL267.32º67.47%32.55%-
HSV(B)267.32º80.58%54.51%-
XYZ8.194.2724.82-
YUV55.02175.4144.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.97%
GREEN value IS 27 (10.94% from 255) = 11.07%
BLUE value IS 139 (54.69% from 255) = 56.97%
R=31.97%
G=11.07%
B=56.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78271390.440.8100.45267.3267.4732.55
Hex4E1B8B2C5102D10b4321
Octal116332135412105541310341
Binary10011101101110001011101100101000101011011000010111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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