Shades of Dark Slate Blue #4B3E7C
Tints of Dark Slate Blue #4B3E7C
RGB
CMYK
RGB Variations
Color information
#4B3E7C (or 0x4B3E7C) is known color: Dark Slate Blue. HEX triplet: 4B, 3E and 7C. RGB value is (75,62,124). Sum of RGB (Red+Green+Blue) = 75+62+124=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B3E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3E7C is #B4C183. Grayscale: #484848. Windows color (decimal): -11846020 or 8142411. OLE color: 8142411.
HSL color Cylindrical-coordinate representation of color #4B3E7C: hue angle of 252.58º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B3E7C is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 62 | 124 | - |
| CMYK | 0.40 | 0.5 | 0 | 0.51 |
| HSL | 252.58º | 0.33% | 0.36% | - |
| HSV(B) | 252.58º | 0.5% | 0.49% | - |
| XYZ | 8.26 | 6.4 | 19.87 | - |
| YUV | 72.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 124 | 0.40 | 0.5 | 0 | 0.51 | 252.58 | 0.33 | 0.36 |
| Hex | 4B | 3E | 7C | 28 | 32 | 0 | 33 | FD | 21 | 24 |
| Octal | 113 | 76 | 174 | 50 | 62 | 0 | 63 | 375 | 41 | 44 |
| Binary | 1001011 | 111110 | 1111100 | 101000 | 110010 | 0 | 110011 | 11111101 | 100001 | 100100 |
Color Harmonies of #4B3E7C
Complementary color
Monochromatic Colors of #4B3E7C
Black with #4B3E7C
Text Example
Text Example
White with #4B3E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E7C; }
p { color: rgb(75,62,124); }
H1.HeaderClassName
{
color: #4B3E7C;
}
.AnyTagClassName
{
color: #4B3E7C;
}
</style>
background-color css
<style>
a { background-color: #4B3E7C; }
a { background-color: rgb(75,62,124); }
div.DivClassName
{
background-color: #4B3E7C;
}
.BgClassName
{
background-color: #4B3E7C;
}
</style>
border-color css
<style>
span { border-color: #4B3E7C; }
span { border-color: rgb(75,62,124); }
td.TdClassName
{
border-color: #4B3E7C;
}
.TagClassName
{
border-color: #4B3E7C;
}
</style>