Shades of Dark Slate Blue #49407C
Tints of Dark Slate Blue #49407C
RGB
CMYK
RGB Variations
Color information
#49407C (or 0x49407C) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 7C. RGB value is (73,64,124). Sum of RGB (Red+Green+Blue) = 73+64+124=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #49407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49407C is #B6BF83. Grayscale: #494949. Windows color (decimal): -11976580 or 8142921. OLE color: 8142921.
HSL color Cylindrical-coordinate representation of color #49407C: hue angle of 249º 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 #49407C is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 64 | 124 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.51 |
| HSL | 249º | 0.32% | 0.37% | - |
| HSV(B) | 249º | 0.48% | 0.49% | - |
| XYZ | 8.22 | 6.54 | 19.9 | - |
| YUV | 73.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 124 | 0.41 | 0.48 | 0 | 0.51 | 249 | 0.32 | 0.37 |
| Hex | 49 | 40 | 7C | 29 | 30 | 0 | 33 | F9 | 20 | 25 |
| Octal | 111 | 100 | 174 | 51 | 60 | 0 | 63 | 371 | 40 | 45 |
| Binary | 1001001 | 1000000 | 1111100 | 101001 | 110000 | 0 | 110011 | 11111001 | 100000 | 100101 |
Color Harmonies of #49407C
Complementary color
Monochromatic Colors of #49407C
Black with #49407C
Text Example
Text Example
White with #49407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49407C; }
p { color: rgb(73,64,124); }
H1.HeaderClassName
{
color: #49407C;
}
.AnyTagClassName
{
color: #49407C;
}
</style>
background-color css
<style>
a { background-color: #49407C; }
a { background-color: rgb(73,64,124); }
div.DivClassName
{
background-color: #49407C;
}
.BgClassName
{
background-color: #49407C;
}
</style>
border-color css
<style>
span { border-color: #49407C; }
span { border-color: rgb(73,64,124); }
td.TdClassName
{
border-color: #49407C;
}
.TagClassName
{
border-color: #49407C;
}
</style>