Shades of Dark Slate Blue #4A458D
Tints of Dark Slate Blue #4A458D
RGB
CMYK
RGB Variations
Color information
#4A458D (or 0x4A458D) is known color: Dark Slate Blue. HEX triplet: 4A, 45 and 8D. RGB value is (74,69,141). Sum of RGB (Red+Green+Blue) = 74+69+141=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A458D is #B5BA72. Grayscale: #4E4E4E. Windows color (decimal): -11909747 or 9258314. OLE color: 9258314.
HSL color Cylindrical-coordinate representation of color #4A458D: hue angle of 244.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A458D is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 69 | 141 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.45 |
| HSL | 244.17º | 0.34% | 0.41% | - |
| HSV(B) | 244.17º | 0.51% | 0.55% | - |
| XYZ | 9.76 | 7.64 | 26.16 | - |
| YUV | 78.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 141 | 0.48 | 0.51 | 0 | 0.45 | 244.17 | 0.34 | 0.41 |
| Hex | 4A | 45 | 8D | 30 | 33 | 0 | 2D | F4 | 22 | 29 |
| Octal | 112 | 105 | 215 | 60 | 63 | 0 | 55 | 364 | 42 | 51 |
| Binary | 1001010 | 1000101 | 10001101 | 110000 | 110011 | 0 | 101101 | 11110100 | 100010 | 101001 |
Color Harmonies of #4A458D
Complementary color
Monochromatic Colors of #4A458D
Black with #4A458D
Text Example
Text Example
White with #4A458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A458D; }
p { color: rgb(74,69,141); }
H1.HeaderClassName
{
color: #4A458D;
}
.AnyTagClassName
{
color: #4A458D;
}
</style>
background-color css
<style>
a { background-color: #4A458D; }
a { background-color: rgb(74,69,141); }
div.DivClassName
{
background-color: #4A458D;
}
.BgClassName
{
background-color: #4A458D;
}
</style>
border-color css
<style>
span { border-color: #4A458D; }
span { border-color: rgb(74,69,141); }
td.TdClassName
{
border-color: #4A458D;
}
.TagClassName
{
border-color: #4A458D;
}
</style>