Html Css Color HEX #4D3F84 Dark Slate Blue

📋 copy color: '#4D3F84'

red 77 ◦ green 63 ◦ blue 132

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

Shades of Dark Slate Blue #4D3F84

Tints of Dark Slate Blue #4D3F84

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

 BLUE value IS 132 (51.95% from 255) = 48.53%

R = 28.31%
G = 23.16%
B = 48.53%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D3F84 (or 0x4D3F84) is known color: Dark Slate Blue. HEX triplet: 4D, 3F and 84. RGB value is (77,63,132). Sum of RGB (Red+Green+Blue) = 77+63+132=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D3F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3F84 is #B2C07B. Grayscale: #4A4A4A. Windows color (decimal): -11714684 or 8666957. OLE color: 8666957.

HSL color Cylindrical-coordinate representation of color #4D3F84: hue angle of 252.17º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D3F84 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 63 132 -
CMYK 0.42 0.52 0 0.48
HSL 252.17º 0.35% 0.38% -
HSV(B) 252.17º 0.52% 0.52% -
XYZ 9 6.8 22.67 -
YUV 75.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 77 63 132 0.42 0.52 0 0.48 252.17 0.35 0.38
Hex 4D 3F 84 2A 34 0 30 FC 23 26
Octal 115 77 204 52 64 0 60 374 43 46
Binary 1001101 111111 10000100 101010 110100 0 110000 11111100 100011 100110

Color Harmonies of #4D3F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3F84

Black with #4D3F84

Text Example


Text Example

White with #4D3F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,63,132); }

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

background-color css

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

 a { background-color: rgb(77,63,132); }

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

border-color css

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

 span { border-color: rgb(77,63,132); }

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