#4E4890

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

Shades of Dark Slate Blue #4E4890

Tints of Dark Slate Blue #4E4890

Color information

#4E4890 (or 0x4E4890) is unknown color: approx Dark Slate Blue. HEX triplet: 4E, 48 and 90. RGB value is (78,72,144). Sum of RGB (Red+Green+Blue) = 78+72+144=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E4890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4890 is #B1B76F. Grayscale: #515151. Windows color (decimal): -11646832 or 9455694. OLE color: 9455694.

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

Color convert

RGB7872144-
CMYK0.460.5000.44
HSL245º33.33%42.35%-
HSV(B)245º50%56.47%-
XYZ10.498.2727.43-
YUV82162.99125.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.53%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=26.53%
G=24.49%
B=48.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78721440.460.5000.4424533.3342.35
Hex4E48902E3202Cf5212a
Octal11611022056620543654152
Binary1001110100100010010000101110110010010110011110101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,72,144); }

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

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

 a { background-color: rgb(78,72,144); }

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

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

 span { border-color: rgb(78,72,144); }

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