Shades of Dark Slate Blue #4B417E
Tints of Dark Slate Blue #4B417E
RGB
CMYK
RGB Variations
Color information
#4B417E (or 0x4B417E) is known color: Dark Slate Blue. HEX triplet: 4B, 41 and 7E. RGB value is (75,65,126). Sum of RGB (Red+Green+Blue) = 75+65+126=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #4B417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B417E is #B4BE81. Grayscale: #4A4A4A. Windows color (decimal): -11845250 or 8274251. OLE color: 8274251.
HSL color Cylindrical-coordinate representation of color #4B417E: hue angle of 249.84º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B417E is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 65 | 126 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.51 |
| HSL | 249.84º | 0.32% | 0.37% | - |
| HSV(B) | 249.84º | 0.48% | 0.49% | - |
| XYZ | 8.56 | 6.78 | 20.6 | - |
| YUV | 74.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 126 | 0.40 | 0.48 | 0 | 0.51 | 249.84 | 0.32 | 0.37 |
| Hex | 4B | 41 | 7E | 28 | 30 | 0 | 33 | FA | 20 | 25 |
| Octal | 113 | 101 | 176 | 50 | 60 | 0 | 63 | 372 | 40 | 45 |
| Binary | 1001011 | 1000001 | 1111110 | 101000 | 110000 | 0 | 110011 | 11111010 | 100000 | 100101 |
Color Harmonies of #4B417E
Complementary color
Monochromatic Colors of #4B417E
Black with #4B417E
Text Example
Text Example
White with #4B417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B417E; }
p { color: rgb(75,65,126); }
H1.HeaderClassName
{
color: #4B417E;
}
.AnyTagClassName
{
color: #4B417E;
}
</style>
background-color css
<style>
a { background-color: #4B417E; }
a { background-color: rgb(75,65,126); }
div.DivClassName
{
background-color: #4B417E;
}
.BgClassName
{
background-color: #4B417E;
}
</style>
border-color css
<style>
span { border-color: #4B417E; }
span { border-color: rgb(75,65,126); }
td.TdClassName
{
border-color: #4B417E;
}
.TagClassName
{
border-color: #4B417E;
}
</style>