Shades of Dark Slate Blue #4B477E
Tints of Dark Slate Blue #4B477E
RGB
CMYK
RGB Variations
Color information
#4B477E (or 0x4B477E) is known color: Dark Slate Blue. HEX triplet: 4B, 47 and 7E. RGB value is (75,71,126). Sum of RGB (Red+Green+Blue) = 75+71+126=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #4B477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B477E is #B4B881. Grayscale: #4E4E4E. Windows color (decimal): -11843714 or 8275787. OLE color: 8275787.
HSL color Cylindrical-coordinate representation of color #4B477E: hue angle of 244.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B477E is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 71 | 126 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.51 |
| HSL | 244.36º | 0.28% | 0.39% | - |
| HSV(B) | 244.36º | 0.44% | 0.49% | - |
| XYZ | 8.92 | 7.51 | 20.72 | - |
| YUV | 78.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 126 | 0.40 | 0.44 | 0 | 0.51 | 244.36 | 0.28 | 0.39 |
| Hex | 4B | 47 | 7E | 28 | 2C | 0 | 33 | F4 | 1C | 27 |
| Octal | 113 | 107 | 176 | 50 | 54 | 0 | 63 | 364 | 34 | 47 |
| Binary | 1001011 | 1000111 | 1111110 | 101000 | 101100 | 0 | 110011 | 11110100 | 11100 | 100111 |
Color Harmonies of #4B477E
Complementary color
Monochromatic Colors of #4B477E
Black with #4B477E
Text Example
Text Example
White with #4B477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B477E; }
p { color: rgb(75,71,126); }
H1.HeaderClassName
{
color: #4B477E;
}
.AnyTagClassName
{
color: #4B477E;
}
</style>
background-color css
<style>
a { background-color: #4B477E; }
a { background-color: rgb(75,71,126); }
div.DivClassName
{
background-color: #4B477E;
}
.BgClassName
{
background-color: #4B477E;
}
</style>
border-color css
<style>
span { border-color: #4B477E; }
span { border-color: rgb(75,71,126); }
td.TdClassName
{
border-color: #4B477E;
}
.TagClassName
{
border-color: #4B477E;
}
</style>