Html Css Color HEX #4D428C Dark Slate Blue

📋 copy color: '#4D428C'

red 77 ◦ green 66 ◦ blue 140

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

Shades of Dark Slate Blue #4D428C

Tints of Dark Slate Blue #4D428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 27.21%
G = 23.32%
B = 49.47%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D428C (or 0x4D428C) is known color: Dark Slate Blue. HEX triplet: 4D, 42 and 8C. RGB value is (77,66,140). Sum of RGB (Red+Green+Blue) = 77+66+140=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D428C is #B2BD73. Grayscale: #4D4D4D. Windows color (decimal): -11713908 or 9192013. OLE color: 9192013.

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

Color convert

RGB 77 66 140 -
CMYK 0.45 0.53 0 0.45
HSL 248.92º 0.36% 0.4% -
HSV(B) 248.92º 0.53% 0.55% -
XYZ 9.74 7.37 25.72 -
YUV 77.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 77 66 140 0.45 0.53 0 0.45 248.92 0.36 0.4
Hex 4D 42 8C 2D 35 0 2D F9 24 28
Octal 115 102 214 55 65 0 55 371 44 50
Binary 1001101 1000010 10001100 101101 110101 0 101101 11111001 100100 101000

Color Harmonies of #4D428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D428C

Black with #4D428C

Text Example


Text Example

White with #4D428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,140); }

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

background-color css

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

 a { background-color: rgb(77,66,140); }

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

border-color css

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

 span { border-color: rgb(77,66,140); }

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