Shades of Dark Slate Blue #4A3981
Tints of Dark Slate Blue #4A3981
RGB
CMYK
RGB Variations
Color information
#4A3981 (or 0x4A3981) is known color: Dark Slate Blue. HEX triplet: 4A, 39 and 81. RGB value is (74,57,129). Sum of RGB (Red+Green+Blue) = 74+57+129=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #4A3981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3981 is #B5C67E. Grayscale: #464646. Windows color (decimal): -11912831 or 8468810. OLE color: 8468810.
HSL color Cylindrical-coordinate representation of color #4A3981: hue angle of 254.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A3981 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 57 | 129 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.49 |
| HSL | 254.17º | 0.39% | 0.36% | - |
| HSV(B) | 254.17º | 0.56% | 0.51% | - |
| XYZ | 8.25 | 5.97 | 21.49 | - |
| YUV | 70.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 129 | 0.43 | 0.56 | 0 | 0.49 | 254.17 | 0.39 | 0.36 |
| Hex | 4A | 39 | 81 | 2B | 38 | 0 | 31 | FE | 27 | 24 |
| Octal | 112 | 71 | 201 | 53 | 70 | 0 | 61 | 376 | 47 | 44 |
| Binary | 1001010 | 111001 | 10000001 | 101011 | 111000 | 0 | 110001 | 11111110 | 100111 | 100100 |
Color Harmonies of #4A3981
Complementary color
Monochromatic Colors of #4A3981
Black with #4A3981
Text Example
Text Example
White with #4A3981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3981; }
p { color: rgb(74,57,129); }
H1.HeaderClassName
{
color: #4A3981;
}
.AnyTagClassName
{
color: #4A3981;
}
</style>
background-color css
<style>
a { background-color: #4A3981; }
a { background-color: rgb(74,57,129); }
div.DivClassName
{
background-color: #4A3981;
}
.BgClassName
{
background-color: #4A3981;
}
</style>
border-color css
<style>
span { border-color: #4A3981; }
span { border-color: rgb(74,57,129); }
td.TdClassName
{
border-color: #4A3981;
}
.TagClassName
{
border-color: #4A3981;
}
</style>