Shades of Dark Slate Blue #4A417A
Tints of Dark Slate Blue #4A417A
RGB
CMYK
RGB Variations
Color information
#4A417A (or 0x4A417A) is known color: Dark Slate Blue. HEX triplet: 4A, 41 and 7A. RGB value is (74,65,122). Sum of RGB (Red+Green+Blue) = 74+65+122=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A417A is #B5BE85. Grayscale: #494949. Windows color (decimal): -11910790 or 8012106. OLE color: 8012106.
HSL color Cylindrical-coordinate representation of color #4A417A: hue angle of 249.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A417A is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 65 | 122 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.52 |
| HSL | 249.47º | 0.3% | 0.37% | - |
| HSV(B) | 249.47º | 0.47% | 0.48% | - |
| XYZ | 8.23 | 6.64 | 19.26 | - |
| YUV | 74.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 122 | 0.39 | 0.47 | 0 | 0.52 | 249.47 | 0.3 | 0.37 |
| Hex | 4A | 41 | 7A | 27 | 2F | 0 | 34 | F9 | 1E | 25 |
| Octal | 112 | 101 | 172 | 47 | 57 | 0 | 64 | 371 | 36 | 45 |
| Binary | 1001010 | 1000001 | 1111010 | 100111 | 101111 | 0 | 110100 | 11111001 | 11110 | 100101 |
Color Harmonies of #4A417A
Complementary color
Monochromatic Colors of #4A417A
Black with #4A417A
Text Example
Text Example
White with #4A417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A417A; }
p { color: rgb(74,65,122); }
H1.HeaderClassName
{
color: #4A417A;
}
.AnyTagClassName
{
color: #4A417A;
}
</style>
background-color css
<style>
a { background-color: #4A417A; }
a { background-color: rgb(74,65,122); }
div.DivClassName
{
background-color: #4A417A;
}
.BgClassName
{
background-color: #4A417A;
}
</style>
border-color css
<style>
span { border-color: #4A417A; }
span { border-color: rgb(74,65,122); }
td.TdClassName
{
border-color: #4A417A;
}
.TagClassName
{
border-color: #4A417A;
}
</style>