#4E387F

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

Shades of Windsor #4E387F

Tints of Windsor #4E387F

Color information

#4E387F (or 0x4E387F) is unknown color: approx Windsor. HEX triplet: 4E, 38 and 7F. RGB value is (78,56,127). Sum of RGB (Red+Green+Blue) = 78+56+127=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E387F is #B1C780. Grayscale: #464646. Windows color (decimal): -11650945 or 8337486. OLE color: 8337486.

HSL color Cylindrical-coordinate representation of color #4E387F: hue angle of 258.59º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E387F is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7856127-
CMYK0.390.5600.50
HSL258.59º38.8%35.88%-
HSV(B)258.59º55.91%49.8%-
XYZ8.395.9820.79-
YUV70.67159.79133.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.89%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 127 (50% from 255) = 48.66%
R=29.89%
G=21.46%
B=48.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78561270.390.5600.50258.5938.835.88
Hex4E387F27380321032724
Octal1167017747700624034744
Binary100111011100011111111001111110000110010100000011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,56,127); }

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

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

 a { background-color: rgb(78,56,127); }

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

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

 span { border-color: rgb(78,56,127); }

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