Shades of Dark Slate Blue #4B468F
Tints of Dark Slate Blue #4B468F
RGB
CMYK
RGB Variations
Color information
#4B468F (or 0x4B468F) is known color: Dark Slate Blue. HEX triplet: 4B, 46 and 8F. RGB value is (75,70,143). Sum of RGB (Red+Green+Blue) = 75+70+143=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B468F is #B4B970. Grayscale: #4F4F4F. Windows color (decimal): -11843953 or 9389643. OLE color: 9389643.
HSL color Cylindrical-coordinate representation of color #4B468F: hue angle of 244.11º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B468F is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 70 | 143 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.44 |
| HSL | 244.11º | 0.34% | 0.42% | - |
| HSV(B) | 244.11º | 0.51% | 0.56% | - |
| XYZ | 10.05 | 7.86 | 26.97 | - |
| YUV | 79.82 | 163.66 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 143 | 0.48 | 0.51 | 0 | 0.44 | 244.11 | 0.34 | 0.42 |
| Hex | 4B | 46 | 8F | 30 | 33 | 0 | 2C | F4 | 22 | 2A |
| Octal | 113 | 106 | 217 | 60 | 63 | 0 | 54 | 364 | 42 | 52 |
| Binary | 1001011 | 1000110 | 10001111 | 110000 | 110011 | 0 | 101100 | 11110100 | 100010 | 101010 |
Color Harmonies of #4B468F
Complementary color
Monochromatic Colors of #4B468F
Black with #4B468F
Text Example
Text Example
White with #4B468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B468F; }
p { color: rgb(75,70,143); }
H1.HeaderClassName
{
color: #4B468F;
}
.AnyTagClassName
{
color: #4B468F;
}
</style>
background-color css
<style>
a { background-color: #4B468F; }
a { background-color: rgb(75,70,143); }
div.DivClassName
{
background-color: #4B468F;
}
.BgClassName
{
background-color: #4B468F;
}
</style>
border-color css
<style>
span { border-color: #4B468F; }
span { border-color: rgb(75,70,143); }
td.TdClassName
{
border-color: #4B468F;
}
.TagClassName
{
border-color: #4B468F;
}
</style>