Html Css Color HEX #4D4988 Dark Slate Blue

📋 copy color: '#4D4988'

red 77 ◦ green 73 ◦ blue 136

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

Shades of Dark Slate Blue #4D4988

Tints of Dark Slate Blue #4D4988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 26.92%
G = 25.52%
B = 47.55%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4D4988 (or 0x4D4988) is known color: Dark Slate Blue. HEX triplet: 4D, 49 and 88. RGB value is (77,73,136). Sum of RGB (Red+Green+Blue) = 77+73+136=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D4988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4988 is #B2B677. Grayscale: #515151. Windows color (decimal): -11712120 or 8931661. OLE color: 8931661.

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

Color convert

RGB 77 73 136 -
CMYK 0.43 0.46 0 0.47
HSL 243.81º 0.3% 0.41% -
HSV(B) 243.81º 0.46% 0.53% -
XYZ 9.89 8.12 24.34 -
YUV 81.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 77 73 136 0.43 0.46 0 0.47 243.81 0.3 0.41
Hex 4D 49 88 2B 2E 0 2F F4 1E 29
Octal 115 111 210 53 56 0 57 364 36 51
Binary 1001101 1001001 10001000 101011 101110 0 101111 11110100 11110 101001

Color Harmonies of #4D4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4988

Black with #4D4988

Text Example


Text Example

White with #4D4988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,136); }

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

background-color css

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

 a { background-color: rgb(77,73,136); }

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

border-color css

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

 span { border-color: rgb(77,73,136); }

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