Shades of Dark Slate Blue #49417B
Tints of Dark Slate Blue #49417B
RGB
CMYK
RGB Variations
Color information
#49417B (or 0x49417B) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 7B. RGB value is (73,65,123). Sum of RGB (Red+Green+Blue) = 73+65+123=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #49417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49417B is #B6BE84. Grayscale: #494949. Windows color (decimal): -11976325 or 8077641. OLE color: 8077641.
HSL color Cylindrical-coordinate representation of color #49417B: hue angle of 248.28º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49417B is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 65 | 123 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.52 |
| HSL | 248.28º | 0.31% | 0.37% | - |
| HSV(B) | 248.28º | 0.47% | 0.48% | - |
| XYZ | 8.21 | 6.63 | 19.59 | - |
| YUV | 74 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 123 | 0.41 | 0.47 | 0 | 0.52 | 248.28 | 0.31 | 0.37 |
| Hex | 49 | 41 | 7B | 29 | 2F | 0 | 34 | F8 | 1F | 25 |
| Octal | 111 | 101 | 173 | 51 | 57 | 0 | 64 | 370 | 37 | 45 |
| Binary | 1001001 | 1000001 | 1111011 | 101001 | 101111 | 0 | 110100 | 11111000 | 11111 | 100101 |
Color Harmonies of #49417B
Complementary color
Monochromatic Colors of #49417B
Black with #49417B
Text Example
Text Example
White with #49417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49417B; }
p { color: rgb(73,65,123); }
H1.HeaderClassName
{
color: #49417B;
}
.AnyTagClassName
{
color: #49417B;
}
</style>
background-color css
<style>
a { background-color: #49417B; }
a { background-color: rgb(73,65,123); }
div.DivClassName
{
background-color: #49417B;
}
.BgClassName
{
background-color: #49417B;
}
</style>
border-color css
<style>
span { border-color: #49417B; }
span { border-color: rgb(73,65,123); }
td.TdClassName
{
border-color: #49417B;
}
.TagClassName
{
border-color: #49417B;
}
</style>