Html Css Color HEX #4D4186 Dark Slate Blue

📋 copy color: '#4D4186'

red 77 ◦ green 65 ◦ blue 134

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

Shades of Dark Slate Blue #4D4186

Tints of Dark Slate Blue #4D4186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

 BLUE value IS 134 (52.73% from 255) = 48.55%

R = 27.9%
G = 23.55%
B = 48.55%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4D4186 (or 0x4D4186) is known color: Dark Slate Blue. HEX triplet: 4D, 41 and 86. RGB value is (77,65,134). Sum of RGB (Red+Green+Blue) = 77+65+134=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D4186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4186 is #B2BE79. Grayscale: #4C4C4C. Windows color (decimal): -11714170 or 8798541. OLE color: 8798541.

HSL color Cylindrical-coordinate representation of color #4D4186: hue angle of 250.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4186 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 77 65 134 -
CMYK 0.43 0.51 0 0.47
HSL 250.43º 0.35% 0.39% -
HSV(B) 250.43º 0.51% 0.53% -
XYZ 9.25 7.08 23.43 -
YUV 76.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 77 65 134 0.43 0.51 0 0.47 250.43 0.35 0.39
Hex 4D 41 86 2B 33 0 2F FA 23 27
Octal 115 101 206 53 63 0 57 372 43 47
Binary 1001101 1000001 10000110 101011 110011 0 101111 11111010 100011 100111

Color Harmonies of #4D4186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4186

Black with #4D4186

Text Example


Text Example

White with #4D4186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,65,134); }

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

background-color css

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

 a { background-color: rgb(77,65,134); }

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

border-color css

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

 span { border-color: rgb(77,65,134); }

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