Shades of Dark Slate Blue #4A3C84
Tints of Dark Slate Blue #4A3C84
RGB
CMYK
RGB Variations
Color information
#4A3C84 (or 0x4A3C84) is known color: Dark Slate Blue. HEX triplet: 4A, 3C and 84. RGB value is (74,60,132). Sum of RGB (Red+Green+Blue) = 74+60+132=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A3C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3C84 is #B5C37B. Grayscale: #484848. Windows color (decimal): -11912060 or 8666186. OLE color: 8666186.
HSL color Cylindrical-coordinate representation of color #4A3C84: hue angle of 251.67º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A3C84 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 60 | 132 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.48 |
| HSL | 251.67º | 0.38% | 0.38% | - |
| HSV(B) | 251.67º | 0.55% | 0.52% | - |
| XYZ | 8.6 | 6.35 | 22.6 | - |
| YUV | 72.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 132 | 0.44 | 0.55 | 0 | 0.48 | 251.67 | 0.38 | 0.38 |
| Hex | 4A | 3C | 84 | 2C | 37 | 0 | 30 | FC | 26 | 26 |
| Octal | 112 | 74 | 204 | 54 | 67 | 0 | 60 | 374 | 46 | 46 |
| Binary | 1001010 | 111100 | 10000100 | 101100 | 110111 | 0 | 110000 | 11111100 | 100110 | 100110 |
Color Harmonies of #4A3C84
Complementary color
Monochromatic Colors of #4A3C84
Black with #4A3C84
Text Example
Text Example
White with #4A3C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C84; }
p { color: rgb(74,60,132); }
H1.HeaderClassName
{
color: #4A3C84;
}
.AnyTagClassName
{
color: #4A3C84;
}
</style>
background-color css
<style>
a { background-color: #4A3C84; }
a { background-color: rgb(74,60,132); }
div.DivClassName
{
background-color: #4A3C84;
}
.BgClassName
{
background-color: #4A3C84;
}
</style>
border-color css
<style>
span { border-color: #4A3C84; }
span { border-color: rgb(74,60,132); }
td.TdClassName
{
border-color: #4A3C84;
}
.TagClassName
{
border-color: #4A3C84;
}
</style>