Shades of Dark Slate Blue #4D458B
Tints of Dark Slate Blue #4D458B
RGB
CMYK
RGB Variations
Color information
#4D458B (or 0x4D458B) is known color: Dark Slate Blue. HEX triplet: 4D, 45 and 8B. RGB value is (77,69,139). Sum of RGB (Red+Green+Blue) = 77+69+139=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D458B is #B2BA74. Grayscale: #4F4F4F. Windows color (decimal): -11713141 or 9127245. OLE color: 9127245.
HSL color Cylindrical-coordinate representation of color #4D458B: hue angle of 246.86º 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 #4D458B is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 69 | 139 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.45 |
| HSL | 246.86º | 0.34% | 0.41% | - |
| HSV(B) | 246.86º | 0.5% | 0.55% | - |
| XYZ | 9.85 | 7.7 | 25.39 | - |
| YUV | 79.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 139 | 0.45 | 0.50 | 0 | 0.45 | 246.86 | 0.34 | 0.41 |
| Hex | 4D | 45 | 8B | 2D | 32 | 0 | 2D | F7 | 22 | 29 |
| Octal | 115 | 105 | 213 | 55 | 62 | 0 | 55 | 367 | 42 | 51 |
| Binary | 1001101 | 1000101 | 10001011 | 101101 | 110010 | 0 | 101101 | 11110111 | 100010 | 101001 |
Color Harmonies of #4D458B
Complementary color
Monochromatic Colors of #4D458B
Black with #4D458B
Text Example
Text Example
White with #4D458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D458B; }
p { color: rgb(77,69,139); }
H1.HeaderClassName
{
color: #4D458B;
}
.AnyTagClassName
{
color: #4D458B;
}
</style>
background-color css
<style>
a { background-color: #4D458B; }
a { background-color: rgb(77,69,139); }
div.DivClassName
{
background-color: #4D458B;
}
.BgClassName
{
background-color: #4D458B;
}
</style>
border-color css
<style>
span { border-color: #4D458B; }
span { border-color: rgb(77,69,139); }
td.TdClassName
{
border-color: #4D458B;
}
.TagClassName
{
border-color: #4D458B;
}
</style>