Shades of Dark Slate Blue #493E7C
Tints of Dark Slate Blue #493E7C
RGB
CMYK
RGB Variations
Color information
#493E7C (or 0x493E7C) is known color: Dark Slate Blue. HEX triplet: 49, 3E and 7C. RGB value is (73,62,124). Sum of RGB (Red+Green+Blue) = 73+62+124=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #493E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E7C is #B6C183. Grayscale: #484848. Windows color (decimal): -11977092 or 8142409. OLE color: 8142409.
HSL color Cylindrical-coordinate representation of color #493E7C: hue angle of 250.65º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493E7C is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 62 | 124 | - |
| CMYK | 0.41 | 0.5 | 0 | 0.51 |
| HSL | 250.65º | 0.33% | 0.36% | - |
| HSV(B) | 250.65º | 0.5% | 0.49% | - |
| XYZ | 8.11 | 6.32 | 19.86 | - |
| YUV | 72.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 124 | 0.41 | 0.5 | 0 | 0.51 | 250.65 | 0.33 | 0.36 |
| Hex | 49 | 3E | 7C | 29 | 32 | 0 | 33 | FB | 21 | 24 |
| Octal | 111 | 76 | 174 | 51 | 62 | 0 | 63 | 373 | 41 | 44 |
| Binary | 1001001 | 111110 | 1111100 | 101001 | 110010 | 0 | 110011 | 11111011 | 100001 | 100100 |
Color Harmonies of #493E7C
Complementary color
Monochromatic Colors of #493E7C
Black with #493E7C
Text Example
Text Example
White with #493E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E7C; }
p { color: rgb(73,62,124); }
H1.HeaderClassName
{
color: #493E7C;
}
.AnyTagClassName
{
color: #493E7C;
}
</style>
background-color css
<style>
a { background-color: #493E7C; }
a { background-color: rgb(73,62,124); }
div.DivClassName
{
background-color: #493E7C;
}
.BgClassName
{
background-color: #493E7C;
}
</style>
border-color css
<style>
span { border-color: #493E7C; }
span { border-color: rgb(73,62,124); }
td.TdClassName
{
border-color: #493E7C;
}
.TagClassName
{
border-color: #493E7C;
}
</style>