Shades of Dark Slate Blue #4A3B84
Tints of Dark Slate Blue #4A3B84
RGB
CMYK
RGB Variations
Color information
#4A3B84 (or 0x4A3B84) is known color: Dark Slate Blue. HEX triplet: 4A, 3B and 84. RGB value is (74,59,132). Sum of RGB (Red+Green+Blue) = 74+59+132=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A3B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3B84 is #B5C47B. Grayscale: #474747. Windows color (decimal): -11912316 or 8665930. OLE color: 8665930.
HSL color Cylindrical-coordinate representation of color #4A3B84: hue angle of 252.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A3B84 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 59 | 132 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.48 |
| HSL | 252.33º | 0.38% | 0.37% | - |
| HSV(B) | 252.33º | 0.55% | 0.52% | - |
| XYZ | 8.55 | 6.25 | 22.59 | - |
| YUV | 71.81 | 161.97 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 132 | 0.44 | 0.55 | 0 | 0.48 | 252.33 | 0.38 | 0.37 |
| Hex | 4A | 3B | 84 | 2C | 37 | 0 | 30 | FC | 26 | 25 |
| Octal | 112 | 73 | 204 | 54 | 67 | 0 | 60 | 374 | 46 | 45 |
| Binary | 1001010 | 111011 | 10000100 | 101100 | 110111 | 0 | 110000 | 11111100 | 100110 | 100101 |
Color Harmonies of #4A3B84
Complementary color
Monochromatic Colors of #4A3B84
Black with #4A3B84
Text Example
Text Example
White with #4A3B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3B84; }
p { color: rgb(74,59,132); }
H1.HeaderClassName
{
color: #4A3B84;
}
.AnyTagClassName
{
color: #4A3B84;
}
</style>
background-color css
<style>
a { background-color: #4A3B84; }
a { background-color: rgb(74,59,132); }
div.DivClassName
{
background-color: #4A3B84;
}
.BgClassName
{
background-color: #4A3B84;
}
</style>
border-color css
<style>
span { border-color: #4A3B84; }
span { border-color: rgb(74,59,132); }
td.TdClassName
{
border-color: #4A3B84;
}
.TagClassName
{
border-color: #4A3B84;
}
</style>