Shades of Dark Slate Blue #4D478B
Tints of Dark Slate Blue #4D478B
RGB
CMYK
RGB Variations
Color information
#4D478B (or 0x4D478B) is known color: Dark Slate Blue. HEX triplet: 4D, 47 and 8B. RGB value is (77,71,139). Sum of RGB (Red+Green+Blue) = 77+71+139=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D478B is #B2B874. Grayscale: #505050. Windows color (decimal): -11712629 or 9127757. OLE color: 9127757.
HSL color Cylindrical-coordinate representation of color #4D478B: hue angle of 245.29º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D478B is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 71 | 139 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.45 |
| HSL | 245.29º | 0.32% | 0.41% | - |
| HSV(B) | 245.29º | 0.49% | 0.55% | - |
| XYZ | 9.97 | 7.95 | 25.43 | - |
| YUV | 80.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 139 | 0.45 | 0.49 | 0 | 0.45 | 245.29 | 0.32 | 0.41 |
| Hex | 4D | 47 | 8B | 2D | 31 | 0 | 2D | F5 | 20 | 29 |
| Octal | 115 | 107 | 213 | 55 | 61 | 0 | 55 | 365 | 40 | 51 |
| Binary | 1001101 | 1000111 | 10001011 | 101101 | 110001 | 0 | 101101 | 11110101 | 100000 | 101001 |
Color Harmonies of #4D478B
Complementary color
Monochromatic Colors of #4D478B
Black with #4D478B
Text Example
Text Example
White with #4D478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D478B; }
p { color: rgb(77,71,139); }
H1.HeaderClassName
{
color: #4D478B;
}
.AnyTagClassName
{
color: #4D478B;
}
</style>
background-color css
<style>
a { background-color: #4D478B; }
a { background-color: rgb(77,71,139); }
div.DivClassName
{
background-color: #4D478B;
}
.BgClassName
{
background-color: #4D478B;
}
</style>
border-color css
<style>
span { border-color: #4D478B; }
span { border-color: rgb(77,71,139); }
td.TdClassName
{
border-color: #4D478B;
}
.TagClassName
{
border-color: #4D478B;
}
</style>