Shades of Dark Slate Blue #4B4189
Tints of Dark Slate Blue #4B4189
RGB
CMYK
RGB Variations
Color information
#4B4189 (or 0x4B4189) is known color: Dark Slate Blue. HEX triplet: 4B, 41 and 89. RGB value is (75,65,137). Sum of RGB (Red+Green+Blue) = 75+65+137=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B4189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4189 is #B4BE76. Grayscale: #4B4B4B. Windows color (decimal): -11845239 or 8995147. OLE color: 8995147.
HSL color Cylindrical-coordinate representation of color #4B4189: hue angle of 248.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B4189 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 65 | 137 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.46 |
| HSL | 248.33º | 0.36% | 0.4% | - |
| HSV(B) | 248.33º | 0.53% | 0.54% | - |
| XYZ | 9.31 | 7.08 | 24.54 | - |
| YUV | 76.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 137 | 0.45 | 0.53 | 0 | 0.46 | 248.33 | 0.36 | 0.4 |
| Hex | 4B | 41 | 89 | 2D | 35 | 0 | 2E | F8 | 24 | 28 |
| Octal | 113 | 101 | 211 | 55 | 65 | 0 | 56 | 370 | 44 | 50 |
| Binary | 1001011 | 1000001 | 10001001 | 101101 | 110101 | 0 | 101110 | 11111000 | 100100 | 101000 |
Color Harmonies of #4B4189
Complementary color
Monochromatic Colors of #4B4189
Black with #4B4189
Text Example
Text Example
White with #4B4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4189; }
p { color: rgb(75,65,137); }
H1.HeaderClassName
{
color: #4B4189;
}
.AnyTagClassName
{
color: #4B4189;
}
</style>
background-color css
<style>
a { background-color: #4B4189; }
a { background-color: rgb(75,65,137); }
div.DivClassName
{
background-color: #4B4189;
}
.BgClassName
{
background-color: #4B4189;
}
</style>
border-color css
<style>
span { border-color: #4B4189; }
span { border-color: rgb(75,65,137); }
td.TdClassName
{
border-color: #4B4189;
}
.TagClassName
{
border-color: #4B4189;
}
</style>