Shades of Dark Slate Blue #49407D
Tints of Dark Slate Blue #49407D
RGB
CMYK
RGB Variations
Color information
#49407D (or 0x49407D) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 7D. RGB value is (73,64,125). Sum of RGB (Red+Green+Blue) = 73+64+125=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #49407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49407D is #B6BF82. Grayscale: #494949. Windows color (decimal): -11976579 or 8208457. OLE color: 8208457.
HSL color Cylindrical-coordinate representation of color #49407D: hue angle of 248.85º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49407D is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 64 | 125 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.51 |
| HSL | 248.85º | 0.32% | 0.37% | - |
| HSV(B) | 248.85º | 0.49% | 0.49% | - |
| XYZ | 8.28 | 6.56 | 20.23 | - |
| YUV | 73.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 125 | 0.42 | 0.49 | 0 | 0.51 | 248.85 | 0.32 | 0.37 |
| Hex | 49 | 40 | 7D | 2A | 31 | 0 | 33 | F9 | 20 | 25 |
| Octal | 111 | 100 | 175 | 52 | 61 | 0 | 63 | 371 | 40 | 45 |
| Binary | 1001001 | 1000000 | 1111101 | 101010 | 110001 | 0 | 110011 | 11111001 | 100000 | 100101 |
Color Harmonies of #49407D
Complementary color
Monochromatic Colors of #49407D
Black with #49407D
Text Example
Text Example
White with #49407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49407D; }
p { color: rgb(73,64,125); }
H1.HeaderClassName
{
color: #49407D;
}
.AnyTagClassName
{
color: #49407D;
}
</style>
background-color css
<style>
a { background-color: #49407D; }
a { background-color: rgb(73,64,125); }
div.DivClassName
{
background-color: #49407D;
}
.BgClassName
{
background-color: #49407D;
}
</style>
border-color css
<style>
span { border-color: #49407D; }
span { border-color: rgb(73,64,125); }
td.TdClassName
{
border-color: #49407D;
}
.TagClassName
{
border-color: #49407D;
}
</style>