Shades of Dark Slate Blue #4B458D
Tints of Dark Slate Blue #4B458D
RGB
CMYK
RGB Variations
Color information
#4B458D (or 0x4B458D) is known color: Dark Slate Blue. HEX triplet: 4B, 45 and 8D. RGB value is (75,69,141). Sum of RGB (Red+Green+Blue) = 75+69+141=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B458D is #B4BA72. Grayscale: #4E4E4E. Windows color (decimal): -11844211 or 9258315. OLE color: 9258315.
HSL color Cylindrical-coordinate representation of color #4B458D: hue angle of 245º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B458D is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 69 | 141 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.45 |
| HSL | 245º | 0.34% | 0.41% | - |
| HSV(B) | 245º | 0.51% | 0.55% | - |
| XYZ | 9.84 | 7.68 | 26.16 | - |
| YUV | 79 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 141 | 0.47 | 0.51 | 0 | 0.45 | 245 | 0.34 | 0.41 |
| Hex | 4B | 45 | 8D | 2F | 33 | 0 | 2D | F5 | 22 | 29 |
| Octal | 113 | 105 | 215 | 57 | 63 | 0 | 55 | 365 | 42 | 51 |
| Binary | 1001011 | 1000101 | 10001101 | 101111 | 110011 | 0 | 101101 | 11110101 | 100010 | 101001 |
Color Harmonies of #4B458D
Complementary color
Monochromatic Colors of #4B458D
Black with #4B458D
Text Example
Text Example
White with #4B458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B458D; }
p { color: rgb(75,69,141); }
H1.HeaderClassName
{
color: #4B458D;
}
.AnyTagClassName
{
color: #4B458D;
}
</style>
background-color css
<style>
a { background-color: #4B458D; }
a { background-color: rgb(75,69,141); }
div.DivClassName
{
background-color: #4B458D;
}
.BgClassName
{
background-color: #4B458D;
}
</style>
border-color css
<style>
span { border-color: #4B458D; }
span { border-color: rgb(75,69,141); }
td.TdClassName
{
border-color: #4B458D;
}
.TagClassName
{
border-color: #4B458D;
}
</style>