Shades of Dark Slate Blue #4B4487
Tints of Dark Slate Blue #4B4487
RGB
CMYK
RGB Variations
Color information
#4B4487 (or 0x4B4487) is known color: Dark Slate Blue. HEX triplet: 4B, 44 and 87. RGB value is (75,68,135). Sum of RGB (Red+Green+Blue) = 75+68+135=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B4487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4487 is #B4BB78. Grayscale: #4D4D4D. Windows color (decimal): -11844473 or 8864843. OLE color: 8864843.
HSL color Cylindrical-coordinate representation of color #4B4487: hue angle of 246.27º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B4487 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 68 | 135 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.47 |
| HSL | 246.27º | 0.33% | 0.4% | - |
| HSV(B) | 246.27º | 0.5% | 0.53% | - |
| XYZ | 9.34 | 7.38 | 23.85 | - |
| YUV | 77.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 135 | 0.44 | 0.50 | 0 | 0.47 | 246.27 | 0.33 | 0.4 |
| Hex | 4B | 44 | 87 | 2C | 32 | 0 | 2F | F6 | 21 | 28 |
| Octal | 113 | 104 | 207 | 54 | 62 | 0 | 57 | 366 | 41 | 50 |
| Binary | 1001011 | 1000100 | 10000111 | 101100 | 110010 | 0 | 101111 | 11110110 | 100001 | 101000 |
Color Harmonies of #4B4487
Complementary color
Monochromatic Colors of #4B4487
Black with #4B4487
Text Example
Text Example
White with #4B4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4487; }
p { color: rgb(75,68,135); }
H1.HeaderClassName
{
color: #4B4487;
}
.AnyTagClassName
{
color: #4B4487;
}
</style>
background-color css
<style>
a { background-color: #4B4487; }
a { background-color: rgb(75,68,135); }
div.DivClassName
{
background-color: #4B4487;
}
.BgClassName
{
background-color: #4B4487;
}
</style>
border-color css
<style>
span { border-color: #4B4487; }
span { border-color: rgb(75,68,135); }
td.TdClassName
{
border-color: #4B4487;
}
.TagClassName
{
border-color: #4B4487;
}
</style>