Shades of Dark Slate Blue #4A498D
Tints of Dark Slate Blue #4A498D
RGB
CMYK
RGB Variations
Color information
#4A498D (or 0x4A498D) is known color: Dark Slate Blue. HEX triplet: 4A, 49 and 8D. RGB value is (74,73,141). Sum of RGB (Red+Green+Blue) = 74+73+141=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A498D is #B5B672. Grayscale: #505050. Windows color (decimal): -11908723 or 9259338. OLE color: 9259338.
HSL color Cylindrical-coordinate representation of color #4A498D: hue angle of 240.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A498D is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 73 | 141 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.45 |
| HSL | 240.88º | 0.32% | 0.42% | - |
| HSV(B) | 240.88º | 0.48% | 0.55% | - |
| XYZ | 10.01 | 8.14 | 26.24 | - |
| YUV | 81.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 73 | 141 | 0.48 | 0.48 | 0 | 0.45 | 240.88 | 0.32 | 0.42 |
| Hex | 4A | 49 | 8D | 30 | 30 | 0 | 2D | F1 | 20 | 2A |
| Octal | 112 | 111 | 215 | 60 | 60 | 0 | 55 | 361 | 40 | 52 |
| Binary | 1001010 | 1001001 | 10001101 | 110000 | 110000 | 0 | 101101 | 11110001 | 100000 | 101010 |
Color Harmonies of #4A498D
Complementary color
Monochromatic Colors of #4A498D
Black with #4A498D
Text Example
Text Example
White with #4A498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A498D; }
p { color: rgb(74,73,141); }
H1.HeaderClassName
{
color: #4A498D;
}
.AnyTagClassName
{
color: #4A498D;
}
</style>
background-color css
<style>
a { background-color: #4A498D; }
a { background-color: rgb(74,73,141); }
div.DivClassName
{
background-color: #4A498D;
}
.BgClassName
{
background-color: #4A498D;
}
</style>
border-color css
<style>
span { border-color: #4A498D; }
span { border-color: rgb(74,73,141); }
td.TdClassName
{
border-color: #4A498D;
}
.TagClassName
{
border-color: #4A498D;
}
</style>