Html Css Color HEX #49447E Dark Slate Blue

📋 copy color: '#49447E'

red 73 ◦ green 68 ◦ blue 126

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

Shades of Dark Slate Blue #49447E

Tints of Dark Slate Blue #49447E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.47%

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

R = 27.34%
G = 25.47%
B = 47.19%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49447E (or 0x49447E) is known color: Dark Slate Blue. HEX triplet: 49, 44 and 7E. RGB value is (73,68,126). Sum of RGB (Red+Green+Blue) = 73+68+126=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #49447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49447E is #B6BB81. Grayscale: #4B4B4B. Windows color (decimal): -11975554 or 8275017. OLE color: 8275017.

HSL color Cylindrical-coordinate representation of color #49447E: hue angle of 245.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49447E is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 68 126 -
CMYK 0.42 0.46 0 0.51
HSL 245.17º 0.3% 0.38% -
HSV(B) 245.17º 0.46% 0.49% -
XYZ 8.58 7.06 20.65 -
YUV 76.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 73 68 126 0.42 0.46 0 0.51 245.17 0.3 0.38
Hex 49 44 7E 2A 2E 0 33 F5 1E 26
Octal 111 104 176 52 56 0 63 365 36 46
Binary 1001001 1000100 1111110 101010 101110 0 110011 11110101 11110 100110

Color Harmonies of #49447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49447E

Black with #49447E

Text Example


Text Example

White with #49447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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