Html Css Color HEX #4D4788 Dark Slate Blue

📋 copy color: '#4D4788'

red 77 ◦ green 71 ◦ blue 136

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

Shades of Dark Slate Blue #4D4788

Tints of Dark Slate Blue #4D4788

RGB

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

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

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

R = 27.11%
G = 25%
B = 47.89%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4D4788 (or 0x4D4788) is known color: Dark Slate Blue. HEX triplet: 4D, 47 and 88. RGB value is (77,71,136). Sum of RGB (Red+Green+Blue) = 77+71+136=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D4788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4788 is #B2B877. Grayscale: #4F4F4F. Windows color (decimal): -11712632 or 8931149. OLE color: 8931149.

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

Color convert

RGB 77 71 136 -
CMYK 0.43 0.48 0 0.47
HSL 245.54º 0.31% 0.41% -
HSV(B) 245.54º 0.48% 0.53% -
XYZ 9.76 7.86 24.3 -
YUV 80.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 77 71 136 0.43 0.48 0 0.47 245.54 0.31 0.41
Hex 4D 47 88 2B 30 0 2F F6 1F 29
Octal 115 107 210 53 60 0 57 366 37 51
Binary 1001101 1000111 10001000 101011 110000 0 101111 11110110 11111 101001

Color Harmonies of #4D4788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4788

Black with #4D4788

Text Example


Text Example

White with #4D4788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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