Shades of Dark Slate Blue #4B418D
Tints of Dark Slate Blue #4B418D
RGB
CMYK
RGB Variations
Color information
#4B418D (or 0x4B418D) is known color: Dark Slate Blue. HEX triplet: 4B, 41 and 8D. RGB value is (75,65,141). Sum of RGB (Red+Green+Blue) = 75+65+141=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B418D is #B4BE72. Grayscale: #4C4C4C. Windows color (decimal): -11845235 or 9257291. OLE color: 9257291.
HSL color Cylindrical-coordinate representation of color #4B418D: hue angle of 247.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B418D is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 65 | 141 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.45 |
| HSL | 247.89º | 0.37% | 0.4% | - |
| HSV(B) | 247.89º | 0.54% | 0.55% | - |
| XYZ | 9.6 | 7.2 | 26.08 | - |
| YUV | 76.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 141 | 0.47 | 0.54 | 0 | 0.45 | 247.89 | 0.37 | 0.4 |
| Hex | 4B | 41 | 8D | 2F | 36 | 0 | 2D | F8 | 25 | 28 |
| Octal | 113 | 101 | 215 | 57 | 66 | 0 | 55 | 370 | 45 | 50 |
| Binary | 1001011 | 1000001 | 10001101 | 101111 | 110110 | 0 | 101101 | 11111000 | 100101 | 101000 |
Color Harmonies of #4B418D
Complementary color
Monochromatic Colors of #4B418D
Black with #4B418D
Text Example
Text Example
White with #4B418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B418D; }
p { color: rgb(75,65,141); }
H1.HeaderClassName
{
color: #4B418D;
}
.AnyTagClassName
{
color: #4B418D;
}
</style>
background-color css
<style>
a { background-color: #4B418D; }
a { background-color: rgb(75,65,141); }
div.DivClassName
{
background-color: #4B418D;
}
.BgClassName
{
background-color: #4B418D;
}
</style>
border-color css
<style>
span { border-color: #4B418D; }
span { border-color: rgb(75,65,141); }
td.TdClassName
{
border-color: #4B418D;
}
.TagClassName
{
border-color: #4B418D;
}
</style>