Html Css Color HEX #4E4890 Dark Slate Blue

📋 copy color: '#4E4890'

red 78 ◦ green 72 ◦ blue 144

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

Shades of Dark Slate Blue #4E4890

Tints of Dark Slate Blue #4E4890

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 value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

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

RGB 78 72 144 -
CMYK 0.46 0.50 0 0.44
HSL 245º 0.33% 0.42% -
HSV(B) 245º 0.5% 0.56% -
XYZ 10.49 8.27 27.43 -
YUV 82 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 78 72 144 0.46 0.50 0 0.44 245 0.33 0.42
Hex 4E 48 90 2E 32 0 2C F5 21 2A
Octal 116 110 220 56 62 0 54 365 41 52
Binary 1001110 1001000 10010000 101110 110010 0 101100 11110101 100001 101010

Color Harmonies of #4E4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4890

Black with #4E4890

Text Example


Text Example

White with #4E4890

Text Example


Text Example

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