#4E488B

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

Shades of Dark Slate Blue #4E488B

Tints of Dark Slate Blue #4E488B

Color information

#4E488B (or 0x4E488B) is unknown color: approx Dark Slate Blue. HEX triplet: 4E, 48 and 8B. RGB value is (78,72,139). Sum of RGB (Red+Green+Blue) = 78+72+139=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E488B is #B1B774. Grayscale: #515151. Windows color (decimal): -11646837 or 9128014. OLE color: 9128014.

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

Color convert

RGB7872139-
CMYK0.440.4800.45
HSL245.37º31.75%41.37%-
HSV(B)245.37º48.2%54.51%-
XYZ10.128.1225.46-
YUV81.43160.49125.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.99%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 139 (54.69% from 255) = 48.10%
R=26.99%
G=24.91%
B=48.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78721390.440.4800.45245.3731.7541.37
Hex4E488B2C3002Df52029
Octal11611021354600553654051
Binary1001110100100010001011101100110000010110111110101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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