Shades of Dark Slate Blue #4B498D
Tints of Dark Slate Blue #4B498D
RGB
CMYK
RGB Variations
Color information
#4B498D (or 0x4B498D) is known color: Dark Slate Blue. HEX triplet: 4B, 49 and 8D. RGB value is (75,73,141). Sum of RGB (Red+Green+Blue) = 75+73+141=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B498D is #B4B672. Grayscale: #515151. Windows color (decimal): -11843187 or 9259339. OLE color: 9259339.
HSL color Cylindrical-coordinate representation of color #4B498D: hue angle of 241.76º 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 #4B498D is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 73 | 141 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.45 |
| HSL | 241.76º | 0.32% | 0.42% | - |
| HSV(B) | 241.76º | 0.48% | 0.55% | - |
| XYZ | 10.09 | 8.18 | 26.25 | - |
| YUV | 81.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 141 | 0.47 | 0.48 | 0 | 0.45 | 241.76 | 0.32 | 0.42 |
| Hex | 4B | 49 | 8D | 2F | 30 | 0 | 2D | F2 | 20 | 2A |
| Octal | 113 | 111 | 215 | 57 | 60 | 0 | 55 | 362 | 40 | 52 |
| Binary | 1001011 | 1001001 | 10001101 | 101111 | 110000 | 0 | 101101 | 11110010 | 100000 | 101010 |
Color Harmonies of #4B498D
Complementary color
Monochromatic Colors of #4B498D
Black with #4B498D
Text Example
Text Example
White with #4B498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B498D; }
p { color: rgb(75,73,141); }
H1.HeaderClassName
{
color: #4B498D;
}
.AnyTagClassName
{
color: #4B498D;
}
</style>
background-color css
<style>
a { background-color: #4B498D; }
a { background-color: rgb(75,73,141); }
div.DivClassName
{
background-color: #4B498D;
}
.BgClassName
{
background-color: #4B498D;
}
</style>
border-color css
<style>
span { border-color: #4B498D; }
span { border-color: rgb(75,73,141); }
td.TdClassName
{
border-color: #4B498D;
}
.TagClassName
{
border-color: #4B498D;
}
</style>