Shades of Dark Slate Blue #4B488B
Tints of Dark Slate Blue #4B488B
RGB
CMYK
RGB Variations
Color information
#4B488B (or 0x4B488B) is known color: Dark Slate Blue. HEX triplet: 4B, 48 and 8B. RGB value is (75,72,139). Sum of RGB (Red+Green+Blue) = 75+72+139=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B488B is #B4B774. Grayscale: #505050. Windows color (decimal): -11843445 or 9128011. OLE color: 9128011.
HSL color Cylindrical-coordinate representation of color #4B488B: hue angle of 242.69º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B488B is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 72 | 139 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.45 |
| HSL | 242.69º | 0.32% | 0.41% | - |
| HSV(B) | 242.69º | 0.48% | 0.55% | - |
| XYZ | 9.88 | 7.99 | 25.45 | - |
| YUV | 80.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 72 | 139 | 0.46 | 0.48 | 0 | 0.45 | 242.69 | 0.32 | 0.41 |
| Hex | 4B | 48 | 8B | 2E | 30 | 0 | 2D | F3 | 20 | 29 |
| Octal | 113 | 110 | 213 | 56 | 60 | 0 | 55 | 363 | 40 | 51 |
| Binary | 1001011 | 1001000 | 10001011 | 101110 | 110000 | 0 | 101101 | 11110011 | 100000 | 101001 |
Color Harmonies of #4B488B
Complementary color
Monochromatic Colors of #4B488B
Black with #4B488B
Text Example
Text Example
White with #4B488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B488B; }
p { color: rgb(75,72,139); }
H1.HeaderClassName
{
color: #4B488B;
}
.AnyTagClassName
{
color: #4B488B;
}
</style>
background-color css
<style>
a { background-color: #4B488B; }
a { background-color: rgb(75,72,139); }
div.DivClassName
{
background-color: #4B488B;
}
.BgClassName
{
background-color: #4B488B;
}
</style>
border-color css
<style>
span { border-color: #4B488B; }
span { border-color: rgb(75,72,139); }
td.TdClassName
{
border-color: #4B488B;
}
.TagClassName
{
border-color: #4B488B;
}
</style>