Html Css Color HEX #4D4388 Dark Slate Blue

📋 copy color: '#4D4388'

red 77 ◦ green 67 ◦ blue 136

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

Shades of Dark Slate Blue #4D4388

Tints of Dark Slate Blue #4D4388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

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

R = 27.5%
G = 23.93%
B = 48.57%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4D4388 (or 0x4D4388) is known color: Dark Slate Blue. HEX triplet: 4D, 43 and 88. RGB value is (77,67,136). Sum of RGB (Red+Green+Blue) = 77+67+136=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D4388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4388 is #B2BC77. Grayscale: #4D4D4D. Windows color (decimal): -11713656 or 8930125. OLE color: 8930125.

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

Color convert

RGB 77 67 136 -
CMYK 0.43 0.51 0 0.47
HSL 248.7º 0.34% 0.4% -
HSV(B) 248.7º 0.51% 0.53% -
XYZ 9.51 7.37 24.21 -
YUV 77.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 77 67 136 0.43 0.51 0 0.47 248.7 0.34 0.4
Hex 4D 43 88 2B 33 0 2F F9 22 28
Octal 115 103 210 53 63 0 57 371 42 50
Binary 1001101 1000011 10001000 101011 110011 0 101111 11111001 100010 101000

Color Harmonies of #4D4388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4388

Black with #4D4388

Text Example


Text Example

White with #4D4388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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