Html Css Color HEX #4D4181 Dark Slate Blue

📋 copy color: '#4D4181'

red 77 ◦ green 65 ◦ blue 129

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

Shades of Dark Slate Blue #4D4181

Tints of Dark Slate Blue #4D4181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.6%

R = 28.41%
G = 23.99%
B = 47.6%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D4181 (or 0x4D4181) is known color: Dark Slate Blue. HEX triplet: 4D, 41 and 81. RGB value is (77,65,129). Sum of RGB (Red+Green+Blue) = 77+65+129=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D4181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4181 is #B2BE7E. Grayscale: #4B4B4B. Windows color (decimal): -11714175 or 8470861. OLE color: 8470861.

HSL color Cylindrical-coordinate representation of color #4D4181: hue angle of 251.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D4181 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 65 129 -
CMYK 0.40 0.50 0 0.49
HSL 251.25º 0.33% 0.38% -
HSV(B) 251.25º 0.5% 0.51% -
XYZ 8.91 6.94 21.64 -
YUV 75.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 77 65 129 0.40 0.50 0 0.49 251.25 0.33 0.38
Hex 4D 41 81 28 32 0 31 FB 21 26
Octal 115 101 201 50 62 0 61 373 41 46
Binary 1001101 1000001 10000001 101000 110010 0 110001 11111011 100001 100110

Color Harmonies of #4D4181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4181

Black with #4D4181

Text Example


Text Example

White with #4D4181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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