Html Css Color HEX #4D4989 Dark Slate Blue

📋 copy color: '#4D4989'

red 77 ◦ green 73 ◦ blue 137

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

Shades of Dark Slate Blue #4D4989

Tints of Dark Slate Blue #4D4989

RGB

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

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

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

R = 26.83%
G = 25.44%
B = 47.74%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D4989 (or 0x4D4989) is known color: Dark Slate Blue. HEX triplet: 4D, 49 and 89. RGB value is (77,73,137). Sum of RGB (Red+Green+Blue) = 77+73+137=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D4989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4989 is #B2B676. Grayscale: #515151. Windows color (decimal): -11712119 or 8997197. OLE color: 8997197.

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

Color convert

RGB 77 73 137 -
CMYK 0.44 0.47 0 0.46
HSL 243.75º 0.3% 0.41% -
HSV(B) 243.75º 0.47% 0.54% -
XYZ 9.96 8.15 24.71 -
YUV 81.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 77 73 137 0.44 0.47 0 0.46 243.75 0.3 0.41
Hex 4D 49 89 2C 2F 0 2E F4 1E 29
Octal 115 111 211 54 57 0 56 364 36 51
Binary 1001101 1001001 10001001 101100 101111 0 101110 11110100 11110 101001

Color Harmonies of #4D4989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4989

Black with #4D4989

Text Example


Text Example

White with #4D4989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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