Html Css Color HEX #49417E Dark Slate Blue

📋 copy color: '#49417E'

red 73 ◦ green 65 ◦ blue 126

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

Shades of Dark Slate Blue #49417E

Tints of Dark Slate Blue #49417E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.73%

R = 27.65%
G = 24.62%
B = 47.73%

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

#49417E (or 0x49417E) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 7E. RGB value is (73,65,126). Sum of RGB (Red+Green+Blue) = 73+65+126=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #49417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49417E is #B6BE81. Grayscale: #4A4A4A. Windows color (decimal): -11976322 or 8274249. OLE color: 8274249.

HSL color Cylindrical-coordinate representation of color #49417E: hue angle of 247.87º 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 #49417E is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 65 126 -
CMYK 0.42 0.48 0 0.51
HSL 247.87º 0.32% 0.37% -
HSV(B) 247.87º 0.48% 0.49% -
XYZ 8.4 6.7 20.59 -
YUV 74.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 73 65 126 0.42 0.48 0 0.51 247.87 0.32 0.37
Hex 49 41 7E 2A 30 0 33 F8 20 25
Octal 111 101 176 52 60 0 63 370 40 45
Binary 1001001 1000001 1111110 101010 110000 0 110011 11111000 100000 100101

Color Harmonies of #49417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49417E

Black with #49417E

Text Example


Text Example

White with #49417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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