Shades of Dark Slate Blue #4A4487
Tints of Dark Slate Blue #4A4487
RGB
CMYK
RGB Variations
Color information
#4A4487 (or 0x4A4487) is known color: Dark Slate Blue. HEX triplet: 4A, 44 and 87. RGB value is (74,68,135). Sum of RGB (Red+Green+Blue) = 74+68+135=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A4487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4487 is #B5BB78. Grayscale: #4D4D4D. Windows color (decimal): -11910009 or 8864842. OLE color: 8864842.
HSL color Cylindrical-coordinate representation of color #4A4487: hue angle of 245.37º degrees, saturation: 0.33, 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 #4A4487 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 68 | 135 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.47 |
| HSL | 245.37º | 0.33% | 0.4% | - |
| HSV(B) | 245.37º | 0.5% | 0.53% | - |
| XYZ | 9.26 | 7.34 | 23.85 | - |
| YUV | 77.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 135 | 0.45 | 0.50 | 0 | 0.47 | 245.37 | 0.33 | 0.4 |
| Hex | 4A | 44 | 87 | 2D | 32 | 0 | 2F | F5 | 21 | 28 |
| Octal | 112 | 104 | 207 | 55 | 62 | 0 | 57 | 365 | 41 | 50 |
| Binary | 1001010 | 1000100 | 10000111 | 101101 | 110010 | 0 | 101111 | 11110101 | 100001 | 101000 |
Color Harmonies of #4A4487
Complementary color
Monochromatic Colors of #4A4487
Black with #4A4487
Text Example
Text Example
White with #4A4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4487; }
p { color: rgb(74,68,135); }
H1.HeaderClassName
{
color: #4A4487;
}
.AnyTagClassName
{
color: #4A4487;
}
</style>
background-color css
<style>
a { background-color: #4A4487; }
a { background-color: rgb(74,68,135); }
div.DivClassName
{
background-color: #4A4487;
}
.BgClassName
{
background-color: #4A4487;
}
</style>
border-color css
<style>
span { border-color: #4A4487; }
span { border-color: rgb(74,68,135); }
td.TdClassName
{
border-color: #4A4487;
}
.TagClassName
{
border-color: #4A4487;
}
</style>