Shades of Dark Slate Blue #49407A
Tints of Dark Slate Blue #49407A
RGB
CMYK
RGB Variations
Color information
#49407A (or 0x49407A) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 7A. RGB value is (73,64,122). Sum of RGB (Red+Green+Blue) = 73+64+122=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #49407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49407A is #B6BF85. Grayscale: #494949. Windows color (decimal): -11976582 or 8011849. OLE color: 8011849.
HSL color Cylindrical-coordinate representation of color #49407A: hue angle of 249.31º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49407A is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 64 | 122 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.52 |
| HSL | 249.31º | 0.31% | 0.36% | - |
| HSV(B) | 249.31º | 0.48% | 0.48% | - |
| XYZ | 8.09 | 6.49 | 19.24 | - |
| YUV | 73.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 122 | 0.40 | 0.48 | 0 | 0.52 | 249.31 | 0.31 | 0.36 |
| Hex | 49 | 40 | 7A | 28 | 30 | 0 | 34 | F9 | 1F | 24 |
| Octal | 111 | 100 | 172 | 50 | 60 | 0 | 64 | 371 | 37 | 44 |
| Binary | 1001001 | 1000000 | 1111010 | 101000 | 110000 | 0 | 110100 | 11111001 | 11111 | 100100 |
Color Harmonies of #49407A
Complementary color
Monochromatic Colors of #49407A
Black with #49407A
Text Example
Text Example
White with #49407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49407A; }
p { color: rgb(73,64,122); }
H1.HeaderClassName
{
color: #49407A;
}
.AnyTagClassName
{
color: #49407A;
}
</style>
background-color css
<style>
a { background-color: #49407A; }
a { background-color: rgb(73,64,122); }
div.DivClassName
{
background-color: #49407A;
}
.BgClassName
{
background-color: #49407A;
}
</style>
border-color css
<style>
span { border-color: #49407A; }
span { border-color: rgb(73,64,122); }
td.TdClassName
{
border-color: #49407A;
}
.TagClassName
{
border-color: #49407A;
}
</style>