Shades of Dark Slate Blue #4A468D
Tints of Dark Slate Blue #4A468D
RGB
CMYK
RGB Variations
Color information
#4A468D (or 0x4A468D) is known color: Dark Slate Blue. HEX triplet: 4A, 46 and 8D. RGB value is (74,70,141). Sum of RGB (Red+Green+Blue) = 74+70+141=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A468D is #B5B972. Grayscale: #4F4F4F. Windows color (decimal): -11909491 or 9258570. OLE color: 9258570.
HSL color Cylindrical-coordinate representation of color #4A468D: hue angle of 243.38º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A468D is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 70 | 141 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.45 |
| HSL | 243.38º | 0.34% | 0.41% | - |
| HSV(B) | 243.38º | 0.5% | 0.55% | - |
| XYZ | 9.82 | 7.76 | 26.18 | - |
| YUV | 79.29 | 162.83 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 141 | 0.48 | 0.50 | 0 | 0.45 | 243.38 | 0.34 | 0.41 |
| Hex | 4A | 46 | 8D | 30 | 32 | 0 | 2D | F3 | 22 | 29 |
| Octal | 112 | 106 | 215 | 60 | 62 | 0 | 55 | 363 | 42 | 51 |
| Binary | 1001010 | 1000110 | 10001101 | 110000 | 110010 | 0 | 101101 | 11110011 | 100010 | 101001 |
Color Harmonies of #4A468D
Complementary color
Monochromatic Colors of #4A468D
Black with #4A468D
Text Example
Text Example
White with #4A468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A468D; }
p { color: rgb(74,70,141); }
H1.HeaderClassName
{
color: #4A468D;
}
.AnyTagClassName
{
color: #4A468D;
}
</style>
background-color css
<style>
a { background-color: #4A468D; }
a { background-color: rgb(74,70,141); }
div.DivClassName
{
background-color: #4A468D;
}
.BgClassName
{
background-color: #4A468D;
}
</style>
border-color css
<style>
span { border-color: #4A468D; }
span { border-color: rgb(74,70,141); }
td.TdClassName
{
border-color: #4A468D;
}
.TagClassName
{
border-color: #4A468D;
}
</style>