Html Css Color HEX #4D498C Dark Slate Blue

📋 copy color: '#4D498C'

red 77 ◦ green 73 ◦ blue 140

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

Shades of Dark Slate Blue #4D498C

Tints of Dark Slate Blue #4D498C

RGB

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

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

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

R = 26.55%
G = 25.17%
B = 48.28%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D498C (or 0x4D498C) is known color: Dark Slate Blue. HEX triplet: 4D, 49 and 8C. RGB value is (77,73,140). Sum of RGB (Red+Green+Blue) = 77+73+140=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D498C is #B2B673. Grayscale: #515151. Windows color (decimal): -11712116 or 9193805. OLE color: 9193805.

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

Color convert

RGB 77 73 140 -
CMYK 0.45 0.48 0 0.45
HSL 243.58º 0.31% 0.42% -
HSV(B) 243.58º 0.48% 0.55% -
XYZ 10.18 8.24 25.86 -
YUV 81.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 77 73 140 0.45 0.48 0 0.45 243.58 0.31 0.42
Hex 4D 49 8C 2D 30 0 2D F4 1F 2A
Octal 115 111 214 55 60 0 55 364 37 52
Binary 1001101 1001001 10001100 101101 110000 0 101101 11110100 11111 101010

Color Harmonies of #4D498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D498C

Black with #4D498C

Text Example


Text Example

White with #4D498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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