#4E458D

Color #4E458D Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #4E458D

Tints of Dark Slate Blue #4E458D

Color information

#4E458D (or 0x4E458D) is unknown color: approx Dark Slate Blue. HEX triplet: 4E, 45 and 8D. RGB value is (78,69,141). Sum of RGB (Red+Green+Blue) = 78+69+141=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E458D is #B1BA72. Grayscale: #4F4F4F. Windows color (decimal): -11647603 or 9258318. OLE color: 9258318.

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

Color convert

RGB7869141-
CMYK0.450.5100.45
HSL247.5º34.29%41.18%-
HSV(B)247.5º51.06%55.29%-
XYZ10.087.826.17-
YUV79.9162.48126.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 141 (55.47% from 255) = 48.96%
R=27.08%
G=23.96%
B=48.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78691410.450.5100.45247.534.2941.18
Hex4E458D2D3302Df82229
Octal11610521555630553704251
Binary1001110100010110001101101101110011010110111111000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,69,141); }

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

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

 a { background-color: rgb(78,69,141); }

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

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

 span { border-color: rgb(78,69,141); }

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