Html Css Color HEX #4D4891 Dark Slate Blue

📋 copy color: '#4D4891'

red 77 ◦ green 72 ◦ blue 145

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

Shades of Dark Slate Blue #4D4891

Tints of Dark Slate Blue #4D4891

RGB

 RED value IS 77 (30.47% from 255) = 26.19%

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

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

R = 26.19%
G = 24.49%
B = 49.32%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D4891 (or 0x4D4891) is known color: Dark Slate Blue. HEX triplet: 4D, 48 and 91. RGB value is (77,72,145). Sum of RGB (Red+Green+Blue) = 77+72+145=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D4891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4891 is #B2B76E. Grayscale: #515151. Windows color (decimal): -11712367 or 9521229. OLE color: 9521229.

HSL color Cylindrical-coordinate representation of color #4D4891: hue angle of 244.11º degrees, saturation: 0.34, 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 #4D4891 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 72 145 -
CMYK 0.47 0.50 0 0.43
HSL 244.11º 0.34% 0.43% -
HSV(B) 244.11º 0.5% 0.57% -
XYZ 10.49 8.26 27.83 -
YUV 81.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 77 72 145 0.47 0.50 0 0.43 244.11 0.34 0.43
Hex 4D 48 91 2F 32 0 2B F4 22 2B
Octal 115 110 221 57 62 0 53 364 42 53
Binary 1001101 1001000 10010001 101111 110010 0 101011 11110100 100010 101011

Color Harmonies of #4D4891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4891

Black with #4D4891

Text Example


Text Example

White with #4D4891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,145); }

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

background-color css

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

 a { background-color: rgb(77,72,145); }

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

border-color css

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

 span { border-color: rgb(77,72,145); }

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