Html Css Color HEX #4D478D Dark Slate Blue

📋 copy color: '#4D478D'

red 77 ◦ green 71 ◦ blue 141

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

Shades of Dark Slate Blue #4D478D

Tints of Dark Slate Blue #4D478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

 BLUE value IS 141 (55.47% from 255) = 48.79%

R = 26.64%
G = 24.57%
B = 48.79%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D478D (or 0x4D478D) is known color: Dark Slate Blue. HEX triplet: 4D, 47 and 8D. RGB value is (77,71,141). Sum of RGB (Red+Green+Blue) = 77+71+141=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D478D is #B2B872. Grayscale: #505050. Windows color (decimal): -11712627 or 9258829. OLE color: 9258829.

HSL color Cylindrical-coordinate representation of color #4D478D: hue angle of 245.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D478D is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 71 141 -
CMYK 0.45 0.50 0 0.45
HSL 245.14º 0.33% 0.42% -
HSV(B) 245.14º 0.5% 0.55% -
XYZ 10.12 8.01 26.21 -
YUV 80.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 77 71 141 0.45 0.50 0 0.45 245.14 0.33 0.42
Hex 4D 47 8D 2D 32 0 2D F5 21 2A
Octal 115 107 215 55 62 0 55 365 41 52
Binary 1001101 1000111 10001101 101101 110010 0 101101 11110101 100001 101010

Color Harmonies of #4D478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D478D

Black with #4D478D

Text Example


Text Example

White with #4D478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,71,141); }

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

background-color css

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

 a { background-color: rgb(77,71,141); }

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

border-color css

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

 span { border-color: rgb(77,71,141); }

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