Html Css Color HEX #49417D Dark Slate Blue

📋 copy color: '#49417D'

red 73 ◦ green 65 ◦ blue 125

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

Shades of Dark Slate Blue #49417D

Tints of Dark Slate Blue #49417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 27.76%
G = 24.71%
B = 47.53%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49417D (or 0x49417D) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 7D. RGB value is (73,65,125). Sum of RGB (Red+Green+Blue) = 73+65+125=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #49417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49417D is #B6BE82. Grayscale: #4A4A4A. Windows color (decimal): -11976323 or 8208713. OLE color: 8208713.

HSL color Cylindrical-coordinate representation of color #49417D: hue angle of 248º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49417D is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 65 125 -
CMYK 0.42 0.48 0 0.51
HSL 248º 0.32% 0.37% -
HSV(B) 248º 0.48% 0.49% -
XYZ 8.34 6.68 20.25 -
YUV 74.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 73 65 125 0.42 0.48 0 0.51 248 0.32 0.37
Hex 49 41 7D 2A 30 0 33 F8 20 25
Octal 111 101 175 52 60 0 63 370 40 45
Binary 1001001 1000001 1111101 101010 110000 0 110011 11111000 100000 100101

Color Harmonies of #49417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49417D

Black with #49417D

Text Example


Text Example

White with #49417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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