Html Css Color HEX #4D4382 Dark Slate Blue

📋 copy color: '#4D4382'

red 77 ◦ green 67 ◦ blue 130

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

Shades of Dark Slate Blue #4D4382

Tints of Dark Slate Blue #4D4382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

 BLUE value IS 130 (51.17% from 255) = 47.45%

R = 28.1%
G = 24.45%
B = 47.45%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D4382 (or 0x4D4382) is known color: Dark Slate Blue. HEX triplet: 4D, 43 and 82. RGB value is (77,67,130). Sum of RGB (Red+Green+Blue) = 77+67+130=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D4382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4382 is #B2BC7D. Grayscale: #4C4C4C. Windows color (decimal): -11713662 or 8536909. OLE color: 8536909.

HSL color Cylindrical-coordinate representation of color #4D4382: hue angle of 249.52º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D4382 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 67 130 -
CMYK 0.41 0.48 0 0.49
HSL 249.52º 0.32% 0.39% -
HSV(B) 249.52º 0.48% 0.51% -
XYZ 9.1 7.2 22.03 -
YUV 77.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 77 67 130 0.41 0.48 0 0.49 249.52 0.32 0.39
Hex 4D 43 82 29 30 0 31 FA 20 27
Octal 115 103 202 51 60 0 61 372 40 47
Binary 1001101 1000011 10000010 101001 110000 0 110001 11111010 100000 100111

Color Harmonies of #4D4382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4382

Black with #4D4382

Text Example


Text Example

White with #4D4382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,67,130); }

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

background-color css

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

 a { background-color: rgb(77,67,130); }

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

border-color css

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

 span { border-color: rgb(77,67,130); }

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