Html Css Color HEX #4D4189 Dark Slate Blue

📋 copy color: '#4D4189'

red 77 ◦ green 65 ◦ blue 137

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

Shades of Dark Slate Blue #4D4189

Tints of Dark Slate Blue #4D4189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.3%

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

R = 27.6%
G = 23.3%
B = 49.1%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D4189 (or 0x4D4189) is known color: Dark Slate Blue. HEX triplet: 4D, 41 and 89. RGB value is (77,65,137). Sum of RGB (Red+Green+Blue) = 77+65+137=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D4189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4189 is #B2BE76. Grayscale: #4C4C4C. Windows color (decimal): -11714167 or 8995149. OLE color: 8995149.

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

Color convert

RGB 77 65 137 -
CMYK 0.44 0.53 0 0.46
HSL 250º 0.36% 0.4% -
HSV(B) 250º 0.53% 0.54% -
XYZ 9.47 7.16 24.55 -
YUV 76.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 77 65 137 0.44 0.53 0 0.46 250 0.36 0.4
Hex 4D 41 89 2C 35 0 2E FA 24 28
Octal 115 101 211 54 65 0 56 372 44 50
Binary 1001101 1000001 10001001 101100 110101 0 101110 11111010 100100 101000

Color Harmonies of #4D4189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4189

Black with #4D4189

Text Example


Text Example

White with #4D4189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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