#4E367C

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

Shades of Windsor #4E367C

Tints of Windsor #4E367C

Color information

#4E367C (or 0x4E367C) is unknown color: approx Windsor. HEX triplet: 4E, 36 and 7C. RGB value is (78,54,124). Sum of RGB (Red+Green+Blue) = 78+54+124=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E367C is #B1C983. Grayscale: #444444. Windows color (decimal): -11651460 or 8140366. OLE color: 8140366.

HSL color Cylindrical-coordinate representation of color #4E367C: hue angle of 260.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E367C is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7854124-
CMYK0.370.5600.51
HSL260.57º39.33%34.9%-
HSV(B)260.57º56.45%48.63%-
XYZ8.15.7119.74-
YUV69.16158.95134.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.47%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=30.47%
G=21.09%
B=48.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78541240.370.5600.51260.5739.3334.9
Hex4E367C25380331052723
Octal1166617445700634054743
Binary100111011011011111001001011110000110011100000101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,54,124); }

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

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

 a { background-color: rgb(78,54,124); }

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

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

 span { border-color: rgb(78,54,124); }

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