Shades of Dark Slate Blue #4B3C81
Tints of Dark Slate Blue #4B3C81
RGB
CMYK
RGB Variations
Color information
#4B3C81 (or 0x4B3C81) is known color: Dark Slate Blue. HEX triplet: 4B, 3C and 81. RGB value is (75,60,129). Sum of RGB (Red+Green+Blue) = 75+60+129=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B3C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3C81 is #B4C37E. Grayscale: #484848. Windows color (decimal): -11846527 or 8469579. OLE color: 8469579.
HSL color Cylindrical-coordinate representation of color #4B3C81: hue angle of 253.04º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B3C81 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 60 | 129 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.49 |
| HSL | 253.04º | 0.37% | 0.37% | - |
| HSV(B) | 253.04º | 0.53% | 0.51% | - |
| XYZ | 8.48 | 6.31 | 21.54 | - |
| YUV | 72.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 129 | 0.42 | 0.53 | 0 | 0.49 | 253.04 | 0.37 | 0.37 |
| Hex | 4B | 3C | 81 | 2A | 35 | 0 | 31 | FD | 25 | 25 |
| Octal | 113 | 74 | 201 | 52 | 65 | 0 | 61 | 375 | 45 | 45 |
| Binary | 1001011 | 111100 | 10000001 | 101010 | 110101 | 0 | 110001 | 11111101 | 100101 | 100101 |
Color Harmonies of #4B3C81
Complementary color
Monochromatic Colors of #4B3C81
Black with #4B3C81
Text Example
Text Example
White with #4B3C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C81; }
p { color: rgb(75,60,129); }
H1.HeaderClassName
{
color: #4B3C81;
}
.AnyTagClassName
{
color: #4B3C81;
}
</style>
background-color css
<style>
a { background-color: #4B3C81; }
a { background-color: rgb(75,60,129); }
div.DivClassName
{
background-color: #4B3C81;
}
.BgClassName
{
background-color: #4B3C81;
}
</style>
border-color css
<style>
span { border-color: #4B3C81; }
span { border-color: rgb(75,60,129); }
td.TdClassName
{
border-color: #4B3C81;
}
.TagClassName
{
border-color: #4B3C81;
}
</style>