#4E4790

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

Shades of Dark Slate Blue #4E4790

Tints of Dark Slate Blue #4E4790

Color information

#4E4790 (or 0x4E4790) is unknown color: approx Dark Slate Blue. HEX triplet: 4E, 47 and 90. RGB value is (78,71,144). Sum of RGB (Red+Green+Blue) = 78+71+144=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E4790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4790 is #B1B86F. Grayscale: #515151. Windows color (decimal): -11647088 or 9455438. OLE color: 9455438.

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

Color convert

RGB7871144-
CMYK0.460.5100.44
HSL245.75º33.95%42.16%-
HSV(B)245.75º50.69%56.47%-
XYZ10.438.1427.41-
YUV81.41163.32125.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.62%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=26.62%
G=24.23%
B=49.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78711440.460.5100.44245.7533.9542.16
Hex4E47902E3302Cf6222a
Octal11610722056630543664252
Binary1001110100011110010000101110110011010110011110110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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