Shades of Dark Slate Blue #4B3B7C
Tints of Dark Slate Blue #4B3B7C
RGB
CMYK
RGB Variations
Color information
#4B3B7C (or 0x4B3B7C) is known color: Dark Slate Blue. HEX triplet: 4B, 3B and 7C. RGB value is (75,59,124). Sum of RGB (Red+Green+Blue) = 75+59+124=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B3B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3B7C is #B4C483. Grayscale: #464646. Windows color (decimal): -11846788 or 8141643. OLE color: 8141643.
HSL color Cylindrical-coordinate representation of color #4B3B7C: hue angle of 254.77º degrees, saturation: 0.36, 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 #4B3B7C is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 59 | 124 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.51 |
| HSL | 254.77º | 0.36% | 0.36% | - |
| HSV(B) | 254.77º | 0.52% | 0.49% | - |
| XYZ | 8.1 | 6.08 | 19.82 | - |
| YUV | 71.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 124 | 0.40 | 0.52 | 0 | 0.51 | 254.77 | 0.36 | 0.36 |
| Hex | 4B | 3B | 7C | 28 | 34 | 0 | 33 | FF | 24 | 24 |
| Octal | 113 | 73 | 174 | 50 | 64 | 0 | 63 | 377 | 44 | 44 |
| Binary | 1001011 | 111011 | 1111100 | 101000 | 110100 | 0 | 110011 | 11111111 | 100100 | 100100 |
Color Harmonies of #4B3B7C
Complementary color
Monochromatic Colors of #4B3B7C
Black with #4B3B7C
Text Example
Text Example
White with #4B3B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3B7C; }
p { color: rgb(75,59,124); }
H1.HeaderClassName
{
color: #4B3B7C;
}
.AnyTagClassName
{
color: #4B3B7C;
}
</style>
background-color css
<style>
a { background-color: #4B3B7C; }
a { background-color: rgb(75,59,124); }
div.DivClassName
{
background-color: #4B3B7C;
}
.BgClassName
{
background-color: #4B3B7C;
}
</style>
border-color css
<style>
span { border-color: #4B3B7C; }
span { border-color: rgb(75,59,124); }
td.TdClassName
{
border-color: #4B3B7C;
}
.TagClassName
{
border-color: #4B3B7C;
}
</style>