Html Css Color HEX #4D4889 Dark Slate Blue

📋 copy color: '#4D4889'

red 77 ◦ green 72 ◦ blue 137

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

Shades of Dark Slate Blue #4D4889

Tints of Dark Slate Blue #4D4889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.17%

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

R = 26.92%
G = 25.17%
B = 47.9%

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

#4D4889 (or 0x4D4889) is known color: Dark Slate Blue. HEX triplet: 4D, 48 and 89. RGB value is (77,72,137). Sum of RGB (Red+Green+Blue) = 77+72+137=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D4889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4889 is #B2B776. Grayscale: #505050. Windows color (decimal): -11712375 or 8996941. OLE color: 8996941.

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

Color convert

RGB 77 72 137 -
CMYK 0.44 0.47 0 0.46
HSL 244.62º 0.31% 0.41% -
HSV(B) 244.62º 0.47% 0.54% -
XYZ 9.89 8.02 24.69 -
YUV 80.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 77 72 137 0.44 0.47 0 0.46 244.62 0.31 0.41
Hex 4D 48 89 2C 2F 0 2E F5 1F 29
Octal 115 110 211 54 57 0 56 365 37 51
Binary 1001101 1001000 10001001 101100 101111 0 101110 11110101 11111 101001

Color Harmonies of #4D4889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4889

Black with #4D4889

Text Example


Text Example

White with #4D4889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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