Shades of Dark Slate Blue #4D478A
Tints of Dark Slate Blue #4D478A
RGB
CMYK
RGB Variations
Color information
#4D478A (or 0x4D478A) is known color: Dark Slate Blue. HEX triplet: 4D, 47 and 8A. RGB value is (77,71,138). Sum of RGB (Red+Green+Blue) = 77+71+138=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D478A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D478A is #B2B875. Grayscale: #505050. Windows color (decimal): -11712630 or 9062221. OLE color: 9062221.
HSL color Cylindrical-coordinate representation of color #4D478A: hue angle of 245.37º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D478A is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 71 | 138 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.46 |
| HSL | 245.37º | 0.32% | 0.41% | - |
| HSV(B) | 245.37º | 0.49% | 0.54% | - |
| XYZ | 9.9 | 7.92 | 25.05 | - |
| YUV | 80.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 138 | 0.44 | 0.49 | 0 | 0.46 | 245.37 | 0.32 | 0.41 |
| Hex | 4D | 47 | 8A | 2C | 31 | 0 | 2E | F5 | 20 | 29 |
| Octal | 115 | 107 | 212 | 54 | 61 | 0 | 56 | 365 | 40 | 51 |
| Binary | 1001101 | 1000111 | 10001010 | 101100 | 110001 | 0 | 101110 | 11110101 | 100000 | 101001 |
Color Harmonies of #4D478A
Complementary color
Monochromatic Colors of #4D478A
Black with #4D478A
Text Example
Text Example
White with #4D478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D478A; }
p { color: rgb(77,71,138); }
H1.HeaderClassName
{
color: #4D478A;
}
.AnyTagClassName
{
color: #4D478A;
}
</style>
background-color css
<style>
a { background-color: #4D478A; }
a { background-color: rgb(77,71,138); }
div.DivClassName
{
background-color: #4D478A;
}
.BgClassName
{
background-color: #4D478A;
}
</style>
border-color css
<style>
span { border-color: #4D478A; }
span { border-color: rgb(77,71,138); }
td.TdClassName
{
border-color: #4D478A;
}
.TagClassName
{
border-color: #4D478A;
}
</style>