Shades of Dark Slate Blue #493D7B
Tints of Dark Slate Blue #493D7B
RGB
CMYK
RGB Variations
Color information
#493D7B (or 0x493D7B) is known color: Dark Slate Blue. HEX triplet: 49, 3D and 7B. RGB value is (73,61,123). Sum of RGB (Red+Green+Blue) = 73+61+123=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #493D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D7B is #B6C284. Grayscale: #474747. Windows color (decimal): -11977349 or 8076617. OLE color: 8076617.
HSL color Cylindrical-coordinate representation of color #493D7B: hue angle of 251.61º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493D7B is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 61 | 123 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.52 |
| HSL | 251.61º | 0.34% | 0.36% | - |
| HSV(B) | 251.61º | 0.5% | 0.48% | - |
| XYZ | 7.99 | 6.18 | 19.51 | - |
| YUV | 71.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 123 | 0.41 | 0.50 | 0 | 0.52 | 251.61 | 0.34 | 0.36 |
| Hex | 49 | 3D | 7B | 29 | 32 | 0 | 34 | FC | 22 | 24 |
| Octal | 111 | 75 | 173 | 51 | 62 | 0 | 64 | 374 | 42 | 44 |
| Binary | 1001001 | 111101 | 1111011 | 101001 | 110010 | 0 | 110100 | 11111100 | 100010 | 100100 |
Color Harmonies of #493D7B
Complementary color
Monochromatic Colors of #493D7B
Black with #493D7B
Text Example
Text Example
White with #493D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D7B; }
p { color: rgb(73,61,123); }
H1.HeaderClassName
{
color: #493D7B;
}
.AnyTagClassName
{
color: #493D7B;
}
</style>
background-color css
<style>
a { background-color: #493D7B; }
a { background-color: rgb(73,61,123); }
div.DivClassName
{
background-color: #493D7B;
}
.BgClassName
{
background-color: #493D7B;
}
</style>
border-color css
<style>
span { border-color: #493D7B; }
span { border-color: rgb(73,61,123); }
td.TdClassName
{
border-color: #493D7B;
}
.TagClassName
{
border-color: #493D7B;
}
</style>