Shades of Dark Slate Blue #493C7C
Tints of Dark Slate Blue #493C7C
RGB
CMYK
RGB Variations
Color information
#493C7C (or 0x493C7C) is known color: Dark Slate Blue. HEX triplet: 49, 3C and 7C. RGB value is (73,60,124). Sum of RGB (Red+Green+Blue) = 73+60+124=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #493C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C7C is #B6C383. Grayscale: #464646. Windows color (decimal): -11977604 or 8141897. OLE color: 8141897.
HSL color Cylindrical-coordinate representation of color #493C7C: hue angle of 252.19º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #493C7C is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 60 | 124 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.51 |
| HSL | 252.19º | 0.35% | 0.36% | - |
| HSV(B) | 252.19º | 0.52% | 0.49% | - |
| XYZ | 8 | 6.1 | 19.83 | - |
| YUV | 71.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 124 | 0.41 | 0.52 | 0 | 0.51 | 252.19 | 0.35 | 0.36 |
| Hex | 49 | 3C | 7C | 29 | 34 | 0 | 33 | FC | 23 | 24 |
| Octal | 111 | 74 | 174 | 51 | 64 | 0 | 63 | 374 | 43 | 44 |
| Binary | 1001001 | 111100 | 1111100 | 101001 | 110100 | 0 | 110011 | 11111100 | 100011 | 100100 |
Color Harmonies of #493C7C
Complementary color
Monochromatic Colors of #493C7C
Black with #493C7C
Text Example
Text Example
White with #493C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C7C; }
p { color: rgb(73,60,124); }
H1.HeaderClassName
{
color: #493C7C;
}
.AnyTagClassName
{
color: #493C7C;
}
</style>
background-color css
<style>
a { background-color: #493C7C; }
a { background-color: rgb(73,60,124); }
div.DivClassName
{
background-color: #493C7C;
}
.BgClassName
{
background-color: #493C7C;
}
</style>
border-color css
<style>
span { border-color: #493C7C; }
span { border-color: rgb(73,60,124); }
td.TdClassName
{
border-color: #493C7C;
}
.TagClassName
{
border-color: #493C7C;
}
</style>