Html Css Color HEX #4D478A Dark Slate Blue

📋 copy color: '#4D478A'

red 77 ◦ green 71 ◦ blue 138

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

Shades of Dark Slate Blue #4D478A

Tints of Dark Slate Blue #4D478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.25%

R = 26.92%
G = 24.83%
B = 48.25%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D478A (or 0x4D478A) is known color: Dark Slate Blue. HEX triplet: 4D, 47 and 8A. RGB value is (77,71,138). Sum of RGB (Red+Green+Blue) = 77+71+138=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D478A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D478A is #B2B875. Grayscale: #505050. Windows color (decimal): -11712630 or 9062221. OLE color: 9062221.

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

Color convert

RGB 77 71 138 -
CMYK 0.44 0.49 0 0.46
HSL 245.37º 0.32% 0.41% -
HSV(B) 245.37º 0.49% 0.54% -
XYZ 9.9 7.92 25.05 -
YUV 80.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 77 71 138 0.44 0.49 0 0.46 245.37 0.32 0.41
Hex 4D 47 8A 2C 31 0 2E F5 20 29
Octal 115 107 212 54 61 0 56 365 40 51
Binary 1001101 1000111 10001010 101100 110001 0 101110 11110101 100000 101001

Color Harmonies of #4D478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D478A

Black with #4D478A

Text Example


Text Example

White with #4D478A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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