Html Css Color HEX #49418D Dark Slate Blue

📋 copy color: '#49418D'

red 73 ◦ green 65 ◦ blue 141

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

Shades of Dark Slate Blue #49418D

Tints of Dark Slate Blue #49418D

RGB

 RED value IS 73 (28.91% from 255) = 26.16%

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

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 26.16%
G = 23.3%
B = 50.54%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49418D (or 0x49418D) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 8D. RGB value is (73,65,141). Sum of RGB (Red+Green+Blue) = 73+65+141=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #49418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49418D is #B6BE72. Grayscale: #4B4B4B. Windows color (decimal): -11976307 or 9257289. OLE color: 9257289.

HSL color Cylindrical-coordinate representation of color #49418D: hue angle of 246.32º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49418D is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 65 141 -
CMYK 0.48 0.54 0 0.45
HSL 246.32º 0.37% 0.4% -
HSV(B) 246.32º 0.54% 0.55% -
XYZ 9.45 7.12 26.08 -
YUV 76.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 73 65 141 0.48 0.54 0 0.45 246.32 0.37 0.4
Hex 49 41 8D 30 36 0 2D F6 25 28
Octal 111 101 215 60 66 0 55 366 45 50
Binary 1001001 1000001 10001101 110000 110110 0 101101 11110110 100101 101000

Color Harmonies of #49418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49418D

Black with #49418D

Text Example


Text Example

White with #49418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49418D; }

 p { color: rgb(73,65,141); }

 H1.HeaderClassName
 {
   color: #49418D;
 }
 .AnyTagClassName
 {
   color: #49418D;
 }
</style>

background-color css

<style>
 a { background-color: #49418D; }

 a { background-color: rgb(73,65,141); }

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

border-color css

<style>
 span { border-color: #49418D; }

 span { border-color: rgb(73,65,141); }

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