Shades of Dark Slate Blue #4A3B7C
Tints of Dark Slate Blue #4A3B7C
RGB
CMYK
RGB Variations
Color information
#4A3B7C (or 0x4A3B7C) is known color: Dark Slate Blue. HEX triplet: 4A, 3B and 7C. RGB value is (74,59,124). Sum of RGB (Red+Green+Blue) = 74+59+124=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A3B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3B7C is #B5C483. Grayscale: #464646. Windows color (decimal): -11912324 or 8141642. OLE color: 8141642.
HSL color Cylindrical-coordinate representation of color #4A3B7C: hue angle of 253.85º 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 #4A3B7C is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 59 | 124 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.51 |
| HSL | 253.85º | 0.36% | 0.36% | - |
| HSV(B) | 253.85º | 0.52% | 0.49% | - |
| XYZ | 8.03 | 6.04 | 19.81 | - |
| YUV | 70.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 124 | 0.40 | 0.52 | 0 | 0.51 | 253.85 | 0.36 | 0.36 |
| Hex | 4A | 3B | 7C | 28 | 34 | 0 | 33 | FE | 24 | 24 |
| Octal | 112 | 73 | 174 | 50 | 64 | 0 | 63 | 376 | 44 | 44 |
| Binary | 1001010 | 111011 | 1111100 | 101000 | 110100 | 0 | 110011 | 11111110 | 100100 | 100100 |
Color Harmonies of #4A3B7C
Complementary color
Monochromatic Colors of #4A3B7C
Black with #4A3B7C
Text Example
Text Example
White with #4A3B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3B7C; }
p { color: rgb(74,59,124); }
H1.HeaderClassName
{
color: #4A3B7C;
}
.AnyTagClassName
{
color: #4A3B7C;
}
</style>
background-color css
<style>
a { background-color: #4A3B7C; }
a { background-color: rgb(74,59,124); }
div.DivClassName
{
background-color: #4A3B7C;
}
.BgClassName
{
background-color: #4A3B7C;
}
</style>
border-color css
<style>
span { border-color: #4A3B7C; }
span { border-color: rgb(74,59,124); }
td.TdClassName
{
border-color: #4A3B7C;
}
.TagClassName
{
border-color: #4A3B7C;
}
</style>