Shades of Dark Slate Blue #4A4493
Tints of Dark Slate Blue #4A4493
RGB
CMYK
RGB Variations
Color information
#4A4493 (or 0x4A4493) is known color: Dark Slate Blue. HEX triplet: 4A, 44 and 93. RGB value is (74,68,147). Sum of RGB (Red+Green+Blue) = 74+68+147=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A4493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4493 is #B5BB6C. Grayscale: #4E4E4E. Windows color (decimal): -11909997 or 9651274. OLE color: 9651274.
HSL color Cylindrical-coordinate representation of color #4A4493: hue angle of 244.56º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A4493 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 68 | 147 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.42 |
| HSL | 244.56º | 0.37% | 0.42% | - |
| HSV(B) | 244.56º | 0.54% | 0.58% | - |
| XYZ | 10.16 | 7.7 | 28.55 | - |
| YUV | 78.8 | 166.49 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 147 | 0.50 | 0.54 | 0 | 0.42 | 244.56 | 0.37 | 0.42 |
| Hex | 4A | 44 | 93 | 32 | 36 | 0 | 2A | F5 | 25 | 2A |
| Octal | 112 | 104 | 223 | 62 | 66 | 0 | 52 | 365 | 45 | 52 |
| Binary | 1001010 | 1000100 | 10010011 | 110010 | 110110 | 0 | 101010 | 11110101 | 100101 | 101010 |
Color Harmonies of #4A4493
Complementary color
Monochromatic Colors of #4A4493
Black with #4A4493
Text Example
Text Example
White with #4A4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4493; }
p { color: rgb(74,68,147); }
H1.HeaderClassName
{
color: #4A4493;
}
.AnyTagClassName
{
color: #4A4493;
}
</style>
background-color css
<style>
a { background-color: #4A4493; }
a { background-color: rgb(74,68,147); }
div.DivClassName
{
background-color: #4A4493;
}
.BgClassName
{
background-color: #4A4493;
}
</style>
border-color css
<style>
span { border-color: #4A4493; }
span { border-color: rgb(74,68,147); }
td.TdClassName
{
border-color: #4A4493;
}
.TagClassName
{
border-color: #4A4493;
}
</style>