Html Css Color HEX #4E488B Dark Slate Blue

📋 copy color: '#4E488B'

red 78 ◦ green 72 ◦ blue 139

#4E488B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #4E488B

Tints of Dark Slate Blue #4E488B

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.1%

R = 26.99%
G = 24.91%
B = 48.1%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E488B (or 0x4E488B) is known color: 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

RGB 78 72 139 -
CMYK 0.44 0.48 0 0.45
HSL 245.37º 0.32% 0.41% -
HSV(B) 245.37º 0.48% 0.55% -
XYZ 10.12 8.12 25.46 -
YUV 81.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 78 72 139 0.44 0.48 0 0.45 245.37 0.32 0.41
Hex 4E 48 8B 2C 30 0 2D F5 20 29
Octal 116 110 213 54 60 0 55 365 40 51
Binary 1001110 1001000 10001011 101100 110000 0 101101 11110101 100000 101001

Color Harmonies of #4E488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E488B

Black with #4E488B

Text Example


Text Example

White with #4E488B

Text Example


Text Example

HTML Codes & Css Web 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>