Html Css Color HEX #4D4887 Dark Slate Blue

📋 copy color: '#4D4887'

red 77 ◦ green 72 ◦ blue 135

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

Shades of Dark Slate Blue #4D4887

Tints of Dark Slate Blue #4D4887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

 BLUE value IS 135 (53.13% from 255) = 47.54%

R = 27.11%
G = 25.35%
B = 47.54%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4D4887 (or 0x4D4887) is known color: Dark Slate Blue. HEX triplet: 4D, 48 and 87. RGB value is (77,72,135). Sum of RGB (Red+Green+Blue) = 77+72+135=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D4887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4887 is #B2B778. Grayscale: #505050. Windows color (decimal): -11712377 or 8865869. OLE color: 8865869.

HSL color Cylindrical-coordinate representation of color #4D4887: hue angle of 244.76º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D4887 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 77 72 135 -
CMYK 0.43 0.47 0 0.47
HSL 244.76º 0.3% 0.41% -
HSV(B) 244.76º 0.47% 0.53% -
XYZ 9.75 7.96 23.94 -
YUV 80.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 77 72 135 0.43 0.47 0 0.47 244.76 0.3 0.41
Hex 4D 48 87 2B 2F 0 2F F5 1E 29
Octal 115 110 207 53 57 0 57 365 36 51
Binary 1001101 1001000 10000111 101011 101111 0 101111 11110101 11110 101001

Color Harmonies of #4D4887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4887

Black with #4D4887

Text Example


Text Example

White with #4D4887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,135); }

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

background-color css

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

 a { background-color: rgb(77,72,135); }

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

border-color css

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

 span { border-color: rgb(77,72,135); }

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