Shades of Dark Slate Blue #4A4387
Tints of Dark Slate Blue #4A4387
RGB
CMYK
RGB Variations
Color information
#4A4387 (or 0x4A4387) is known color: Dark Slate Blue. HEX triplet: 4A, 43 and 87. RGB value is (74,67,135). Sum of RGB (Red+Green+Blue) = 74+67+135=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A4387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4387 is #B5BC78. Grayscale: #4C4C4C. Windows color (decimal): -11910265 or 8864586. OLE color: 8864586.
HSL color Cylindrical-coordinate representation of color #4A4387: hue angle of 246.18º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A4387 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 67 | 135 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.47 |
| HSL | 246.18º | 0.34% | 0.4% | - |
| HSV(B) | 246.18º | 0.5% | 0.53% | - |
| XYZ | 9.2 | 7.22 | 23.83 | - |
| YUV | 76.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 135 | 0.45 | 0.50 | 0 | 0.47 | 246.18 | 0.34 | 0.4 |
| Hex | 4A | 43 | 87 | 2D | 32 | 0 | 2F | F6 | 22 | 28 |
| Octal | 112 | 103 | 207 | 55 | 62 | 0 | 57 | 366 | 42 | 50 |
| Binary | 1001010 | 1000011 | 10000111 | 101101 | 110010 | 0 | 101111 | 11110110 | 100010 | 101000 |
Color Harmonies of #4A4387
Complementary color
Monochromatic Colors of #4A4387
Black with #4A4387
Text Example
Text Example
White with #4A4387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4387; }
p { color: rgb(74,67,135); }
H1.HeaderClassName
{
color: #4A4387;
}
.AnyTagClassName
{
color: #4A4387;
}
</style>
background-color css
<style>
a { background-color: #4A4387; }
a { background-color: rgb(74,67,135); }
div.DivClassName
{
background-color: #4A4387;
}
.BgClassName
{
background-color: #4A4387;
}
</style>
border-color css
<style>
span { border-color: #4A4387; }
span { border-color: rgb(74,67,135); }
td.TdClassName
{
border-color: #4A4387;
}
.TagClassName
{
border-color: #4A4387;
}
</style>