Html Css Color HEX #4E4889 Dark Slate Blue

📋 copy color: '#4E4889'

red 78 ◦ green 72 ◦ blue 137

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

Shades of Dark Slate Blue #4E4889

Tints of Dark Slate Blue #4E4889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

 BLUE value IS 137 (53.91% from 255) = 47.74%

R = 27.18%
G = 25.09%
B = 47.74%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4E4889 (or 0x4E4889) is known color: Dark Slate Blue. HEX triplet: 4E, 48 and 89. RGB value is (78,72,137). Sum of RGB (Red+Green+Blue) = 78+72+137=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E4889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4889 is #B1B776. Grayscale: #505050. Windows color (decimal): -11646839 or 8996942. OLE color: 8996942.

HSL color Cylindrical-coordinate representation of color #4E4889: hue angle of 245.54º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E4889 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 78 72 137 -
CMYK 0.43 0.47 0 0.46
HSL 245.54º 0.31% 0.41% -
HSV(B) 245.54º 0.47% 0.54% -
XYZ 9.97 8.06 24.7 -
YUV 81.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 78 72 137 0.43 0.47 0 0.46 245.54 0.31 0.41
Hex 4E 48 89 2B 2F 0 2E F6 1F 29
Octal 116 110 211 53 57 0 56 366 37 51
Binary 1001110 1001000 10001001 101011 101111 0 101110 11110110 11111 101001

Color Harmonies of #4E4889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4889

Black with #4E4889

Text Example


Text Example

White with #4E4889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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