#4E397B

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

Shades of Windsor #4E397B

Tints of Windsor #4E397B

Color information

#4E397B (or 0x4E397B) is unknown color: approx Windsor. HEX triplet: 4E, 39 and 7B. RGB value is (78,57,123). Sum of RGB (Red+Green+Blue) = 78+57+123=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E397B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E397B is #B1C684. Grayscale: #464646. Windows color (decimal): -11650693 or 8075598. OLE color: 8075598.

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

Color convert

RGB7857123-
CMYK0.370.5400.52
HSL259.09º36.67%35.29%-
HSV(B)259.09º53.66%48.24%-
XYZ8.185.9819.46-
YUV70.8157.46133.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.23%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 123 (48.44% from 255) = 47.67%
R=30.23%
G=22.09%
B=47.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78571230.370.5400.52259.0936.6735.29
Hex4E397B25360341032523
Octal1167117345660644034543
Binary100111011100111110111001011101100110100100000011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,57,123); }

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

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

 a { background-color: rgb(78,57,123); }

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

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

 span { border-color: rgb(78,57,123); }

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