Shades of Dark Slate Blue #4A417D
Tints of Dark Slate Blue #4A417D
RGB
CMYK
RGB Variations
Color information
#4A417D (or 0x4A417D) is known color: Dark Slate Blue. HEX triplet: 4A, 41 and 7D. RGB value is (74,65,125). Sum of RGB (Red+Green+Blue) = 74+65+125=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A417D is #B5BE82. Grayscale: #4A4A4A. Windows color (decimal): -11910787 or 8208714. OLE color: 8208714.
HSL color Cylindrical-coordinate representation of color #4A417D: hue angle of 249º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A417D is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 65 | 125 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.51 |
| HSL | 249º | 0.32% | 0.37% | - |
| HSV(B) | 249º | 0.48% | 0.49% | - |
| XYZ | 8.42 | 6.72 | 20.26 | - |
| YUV | 74.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 125 | 0.41 | 0.48 | 0 | 0.51 | 249 | 0.32 | 0.37 |
| Hex | 4A | 41 | 7D | 29 | 30 | 0 | 33 | F9 | 20 | 25 |
| Octal | 112 | 101 | 175 | 51 | 60 | 0 | 63 | 371 | 40 | 45 |
| Binary | 1001010 | 1000001 | 1111101 | 101001 | 110000 | 0 | 110011 | 11111001 | 100000 | 100101 |
Color Harmonies of #4A417D
Complementary color
Monochromatic Colors of #4A417D
Black with #4A417D
Text Example
Text Example
White with #4A417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A417D; }
p { color: rgb(74,65,125); }
H1.HeaderClassName
{
color: #4A417D;
}
.AnyTagClassName
{
color: #4A417D;
}
</style>
background-color css
<style>
a { background-color: #4A417D; }
a { background-color: rgb(74,65,125); }
div.DivClassName
{
background-color: #4A417D;
}
.BgClassName
{
background-color: #4A417D;
}
</style>
border-color css
<style>
span { border-color: #4A417D; }
span { border-color: rgb(74,65,125); }
td.TdClassName
{
border-color: #4A417D;
}
.TagClassName
{
border-color: #4A417D;
}
</style>