Shades of Dark Slate Blue #4A407A
Tints of Dark Slate Blue #4A407A
RGB
CMYK
RGB Variations
Color information
#4A407A (or 0x4A407A) is known color: Dark Slate Blue. HEX triplet: 4A, 40 and 7A. RGB value is (74,64,122). Sum of RGB (Red+Green+Blue) = 74+64+122=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A407A is #B5BF85. Grayscale: #494949. Windows color (decimal): -11911046 or 8011850. OLE color: 8011850.
HSL color Cylindrical-coordinate representation of color #4A407A: hue angle of 250.34º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A407A is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 64 | 122 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.52 |
| HSL | 250.34º | 0.31% | 0.36% | - |
| HSV(B) | 250.34º | 0.48% | 0.48% | - |
| XYZ | 8.17 | 6.53 | 19.24 | - |
| YUV | 73.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 122 | 0.39 | 0.48 | 0 | 0.52 | 250.34 | 0.31 | 0.36 |
| Hex | 4A | 40 | 7A | 27 | 30 | 0 | 34 | FA | 1F | 24 |
| Octal | 112 | 100 | 172 | 47 | 60 | 0 | 64 | 372 | 37 | 44 |
| Binary | 1001010 | 1000000 | 1111010 | 100111 | 110000 | 0 | 110100 | 11111010 | 11111 | 100100 |
Color Harmonies of #4A407A
Complementary color
Monochromatic Colors of #4A407A
Black with #4A407A
Text Example
Text Example
White with #4A407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A407A; }
p { color: rgb(74,64,122); }
H1.HeaderClassName
{
color: #4A407A;
}
.AnyTagClassName
{
color: #4A407A;
}
</style>
background-color css
<style>
a { background-color: #4A407A; }
a { background-color: rgb(74,64,122); }
div.DivClassName
{
background-color: #4A407A;
}
.BgClassName
{
background-color: #4A407A;
}
</style>
border-color css
<style>
span { border-color: #4A407A; }
span { border-color: rgb(74,64,122); }
td.TdClassName
{
border-color: #4A407A;
}
.TagClassName
{
border-color: #4A407A;
}
</style>