Html Css Color HEX #49447F Dark Slate Blue

📋 copy color: '#49447F'

red 73 ◦ green 68 ◦ blue 127

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

Shades of Dark Slate Blue #49447F

Tints of Dark Slate Blue #49447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.39%

R = 27.24%
G = 25.37%
B = 47.39%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49447F (or 0x49447F) is known color: Dark Slate Blue. HEX triplet: 49, 44 and 7F. RGB value is (73,68,127). Sum of RGB (Red+Green+Blue) = 73+68+127=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #49447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49447F is #B6BB80. Grayscale: #4B4B4B. Windows color (decimal): -11975553 or 8340553. OLE color: 8340553.

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

Color convert

RGB 73 68 127 -
CMYK 0.43 0.46 0 0.50
HSL 245.08º 0.3% 0.38% -
HSV(B) 245.08º 0.46% 0.5% -
XYZ 8.65 7.08 20.99 -
YUV 76.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 73 68 127 0.43 0.46 0 0.50 245.08 0.3 0.38
Hex 49 44 7F 2B 2E 0 32 F5 1E 26
Octal 111 104 177 53 56 0 62 365 36 46
Binary 1001001 1000100 1111111 101011 101110 0 110010 11110101 11110 100110

Color Harmonies of #49447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49447F

Black with #49447F

Text Example


Text Example

White with #49447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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