Shades of Dark Slate Blue #4B3C7D
Tints of Dark Slate Blue #4B3C7D
RGB
CMYK
RGB Variations
Color information
#4B3C7D (or 0x4B3C7D) is known color: Dark Slate Blue. HEX triplet: 4B, 3C and 7D. RGB value is (75,60,125). Sum of RGB (Red+Green+Blue) = 75+60+125=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B3C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3C7D is #B4C382. Grayscale: #474747. Windows color (decimal): -11846531 or 8207435. OLE color: 8207435.
HSL color Cylindrical-coordinate representation of color #4B3C7D: hue angle of 253.85º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B3C7D is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 60 | 125 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.51 |
| HSL | 253.85º | 0.35% | 0.36% | - |
| HSV(B) | 253.85º | 0.52% | 0.49% | - |
| XYZ | 8.22 | 6.21 | 20.17 | - |
| YUV | 71.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 125 | 0.40 | 0.52 | 0 | 0.51 | 253.85 | 0.35 | 0.36 |
| Hex | 4B | 3C | 7D | 28 | 34 | 0 | 33 | FE | 23 | 24 |
| Octal | 113 | 74 | 175 | 50 | 64 | 0 | 63 | 376 | 43 | 44 |
| Binary | 1001011 | 111100 | 1111101 | 101000 | 110100 | 0 | 110011 | 11111110 | 100011 | 100100 |
Color Harmonies of #4B3C7D
Complementary color
Monochromatic Colors of #4B3C7D
Black with #4B3C7D
Text Example
Text Example
White with #4B3C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C7D; }
p { color: rgb(75,60,125); }
H1.HeaderClassName
{
color: #4B3C7D;
}
.AnyTagClassName
{
color: #4B3C7D;
}
</style>
background-color css
<style>
a { background-color: #4B3C7D; }
a { background-color: rgb(75,60,125); }
div.DivClassName
{
background-color: #4B3C7D;
}
.BgClassName
{
background-color: #4B3C7D;
}
</style>
border-color css
<style>
span { border-color: #4B3C7D; }
span { border-color: rgb(75,60,125); }
td.TdClassName
{
border-color: #4B3C7D;
}
.TagClassName
{
border-color: #4B3C7D;
}
</style>