Html Css Color HEX #4E4991 Dark Slate Blue

📋 copy color: '#4E4991'

red 78 ◦ green 73 ◦ blue 145

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

Shades of Dark Slate Blue #4E4991

Tints of Dark Slate Blue #4E4991

RGB

 RED value IS 78 (30.86% from 255) = 26.35%

 GREEN value IS 73 (28.91% from 255) = 24.66%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 26.35%
G = 24.66%
B = 48.99%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E4991 (or 0x4E4991) is known color: Dark Slate Blue. HEX triplet: 4E, 49 and 91. RGB value is (78,73,145). Sum of RGB (Red+Green+Blue) = 78+73+145=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E4991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4991 is #B1B66E. Grayscale: #525252. Windows color (decimal): -11646575 or 9521486. OLE color: 9521486.

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

Color convert

RGB 78 73 145 -
CMYK 0.46 0.50 0 0.43
HSL 244.17º 0.33% 0.43% -
HSV(B) 244.17º 0.5% 0.57% -
XYZ 10.64 8.43 27.85 -
YUV 82.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 78 73 145 0.46 0.50 0 0.43 244.17 0.33 0.43
Hex 4E 49 91 2E 32 0 2B F4 21 2B
Octal 116 111 221 56 62 0 53 364 41 53
Binary 1001110 1001001 10010001 101110 110010 0 101011 11110100 100001 101011

Color Harmonies of #4E4991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4991

Black with #4E4991

Text Example


Text Example

White with #4E4991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,73,145); }

 H1.HeaderClassName
 {
   color: #4E4991;
 }
 .AnyTagClassName
 {
   color: #4E4991;
 }
</style>

background-color css

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

 a { background-color: rgb(78,73,145); }

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

border-color css

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

 span { border-color: rgb(78,73,145); }

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