Html Css Color HEX #4D4689 Dark Slate Blue

📋 copy color: '#4D4689'

red 77 ◦ green 70 ◦ blue 137

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

Shades of Dark Slate Blue #4D4689

Tints of Dark Slate Blue #4D4689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

 BLUE value IS 137 (53.91% from 255) = 48.24%

R = 27.11%
G = 24.65%
B = 48.24%

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

#4D4689 (or 0x4D4689) is known color: Dark Slate Blue. HEX triplet: 4D, 46 and 89. RGB value is (77,70,137). Sum of RGB (Red+Green+Blue) = 77+70+137=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D4689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4689 is #B2B976. Grayscale: #4F4F4F. Windows color (decimal): -11712887 or 8996429. OLE color: 8996429.

HSL color Cylindrical-coordinate representation of color #4D4689: hue angle of 246.27º 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 #4D4689 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 77 70 137 -
CMYK 0.44 0.49 0 0.46
HSL 246.27º 0.32% 0.41% -
HSV(B) 246.27º 0.49% 0.54% -
XYZ 9.77 7.76 24.65 -
YUV 79.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 77 70 137 0.44 0.49 0 0.46 246.27 0.32 0.41
Hex 4D 46 89 2C 31 0 2E F6 20 29
Octal 115 106 211 54 61 0 56 366 40 51
Binary 1001101 1000110 10001001 101100 110001 0 101110 11110110 100000 101001

Color Harmonies of #4D4689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4689

Black with #4D4689

Text Example


Text Example

White with #4D4689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,70,137); }

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

background-color css

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

 a { background-color: rgb(77,70,137); }

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

border-color css

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

 span { border-color: rgb(77,70,137); }

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