Shades of Dark Slate Blue #4D4B8D
Tints of Dark Slate Blue #4D4B8D
RGB
CMYK
RGB Variations
Color information
#4D4B8D (or 0x4D4B8D) is known color: Dark Slate Blue. HEX triplet: 4D, 4B and 8D. RGB value is (77,75,141). Sum of RGB (Red+Green+Blue) = 77+75+141=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D4B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4B8D is #B2B472. Grayscale: #525252. Windows color (decimal): -11711603 or 9259853. OLE color: 9259853.
HSL color Cylindrical-coordinate representation of color #4D4B8D: hue angle of 241.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D4B8D is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 75 | 141 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.45 |
| HSL | 241.82º | 0.31% | 0.42% | - |
| HSV(B) | 241.82º | 0.47% | 0.55% | - |
| XYZ | 10.38 | 8.53 | 26.3 | - |
| YUV | 83.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 141 | 0.45 | 0.47 | 0 | 0.45 | 241.82 | 0.31 | 0.42 |
| Hex | 4D | 4B | 8D | 2D | 2F | 0 | 2D | F2 | 1F | 2A |
| Octal | 115 | 113 | 215 | 55 | 57 | 0 | 55 | 362 | 37 | 52 |
| Binary | 1001101 | 1001011 | 10001101 | 101101 | 101111 | 0 | 101101 | 11110010 | 11111 | 101010 |
Color Harmonies of #4D4B8D
Complementary color
Monochromatic Colors of #4D4B8D
Black with #4D4B8D
Text Example
Text Example
White with #4D4B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B8D; }
p { color: rgb(77,75,141); }
H1.HeaderClassName
{
color: #4D4B8D;
}
.AnyTagClassName
{
color: #4D4B8D;
}
</style>
background-color css
<style>
a { background-color: #4D4B8D; }
a { background-color: rgb(77,75,141); }
div.DivClassName
{
background-color: #4D4B8D;
}
.BgClassName
{
background-color: #4D4B8D;
}
</style>
border-color css
<style>
span { border-color: #4D4B8D; }
span { border-color: rgb(77,75,141); }
td.TdClassName
{
border-color: #4D4B8D;
}
.TagClassName
{
border-color: #4D4B8D;
}
</style>