Shades of Dark Slate Blue #4B458B
Tints of Dark Slate Blue #4B458B
RGB
CMYK
RGB Variations
Color information
#4B458B (or 0x4B458B) is known color: Dark Slate Blue. HEX triplet: 4B, 45 and 8B. RGB value is (75,69,139). Sum of RGB (Red+Green+Blue) = 75+69+139=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B458B is #B4BA74. Grayscale: #4E4E4E. Windows color (decimal): -11844213 or 9127243. OLE color: 9127243.
HSL color Cylindrical-coordinate representation of color #4B458B: hue angle of 245.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B458B is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 69 | 139 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.45 |
| HSL | 245.14º | 0.34% | 0.41% | - |
| HSV(B) | 245.14º | 0.5% | 0.55% | - |
| XYZ | 9.69 | 7.62 | 25.39 | - |
| YUV | 78.77 | 161.99 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 139 | 0.46 | 0.50 | 0 | 0.45 | 245.14 | 0.34 | 0.41 |
| Hex | 4B | 45 | 8B | 2E | 32 | 0 | 2D | F5 | 22 | 29 |
| Octal | 113 | 105 | 213 | 56 | 62 | 0 | 55 | 365 | 42 | 51 |
| Binary | 1001011 | 1000101 | 10001011 | 101110 | 110010 | 0 | 101101 | 11110101 | 100010 | 101001 |
Color Harmonies of #4B458B
Complementary color
Monochromatic Colors of #4B458B
Black with #4B458B
Text Example
Text Example
White with #4B458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B458B; }
p { color: rgb(75,69,139); }
H1.HeaderClassName
{
color: #4B458B;
}
.AnyTagClassName
{
color: #4B458B;
}
</style>
background-color css
<style>
a { background-color: #4B458B; }
a { background-color: rgb(75,69,139); }
div.DivClassName
{
background-color: #4B458B;
}
.BgClassName
{
background-color: #4B458B;
}
</style>
border-color css
<style>
span { border-color: #4B458B; }
span { border-color: rgb(75,69,139); }
td.TdClassName
{
border-color: #4B458B;
}
.TagClassName
{
border-color: #4B458B;
}
</style>