Shades of Dark Slate Blue #4B4888
Tints of Dark Slate Blue #4B4888
RGB
CMYK
RGB Variations
Color information
#4B4888 (or 0x4B4888) is known color: Dark Slate Blue. HEX triplet: 4B, 48 and 88. RGB value is (75,72,136). Sum of RGB (Red+Green+Blue) = 75+72+136=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #4B4888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4888 is #B4B777. Grayscale: #4F4F4F. Windows color (decimal): -11843448 or 8931403. OLE color: 8931403.
HSL color Cylindrical-coordinate representation of color #4B4888: hue angle of 242.81º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B4888 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 72 | 136 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.47 |
| HSL | 242.81º | 0.31% | 0.41% | - |
| HSV(B) | 242.81º | 0.47% | 0.53% | - |
| XYZ | 9.66 | 7.91 | 24.31 | - |
| YUV | 80.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 72 | 136 | 0.45 | 0.47 | 0 | 0.47 | 242.81 | 0.31 | 0.41 |
| Hex | 4B | 48 | 88 | 2D | 2F | 0 | 2F | F3 | 1F | 29 |
| Octal | 113 | 110 | 210 | 55 | 57 | 0 | 57 | 363 | 37 | 51 |
| Binary | 1001011 | 1001000 | 10001000 | 101101 | 101111 | 0 | 101111 | 11110011 | 11111 | 101001 |
Color Harmonies of #4B4888
Complementary color
Monochromatic Colors of #4B4888
Black with #4B4888
Text Example
Text Example
White with #4B4888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4888; }
p { color: rgb(75,72,136); }
H1.HeaderClassName
{
color: #4B4888;
}
.AnyTagClassName
{
color: #4B4888;
}
</style>
background-color css
<style>
a { background-color: #4B4888; }
a { background-color: rgb(75,72,136); }
div.DivClassName
{
background-color: #4B4888;
}
.BgClassName
{
background-color: #4B4888;
}
</style>
border-color css
<style>
span { border-color: #4B4888; }
span { border-color: rgb(75,72,136); }
td.TdClassName
{
border-color: #4B4888;
}
.TagClassName
{
border-color: #4B4888;
}
</style>