Shades of Dark Slate Blue #4A417B
Tints of Dark Slate Blue #4A417B
RGB
CMYK
RGB Variations
Color information
#4A417B (or 0x4A417B) is known color: Dark Slate Blue. HEX triplet: 4A, 41 and 7B. RGB value is (74,65,123). Sum of RGB (Red+Green+Blue) = 74+65+123=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A417B is #B5BE84. Grayscale: #4A4A4A. Windows color (decimal): -11910789 or 8077642. OLE color: 8077642.
HSL color Cylindrical-coordinate representation of color #4A417B: hue angle of 249.31º degrees, saturation: 0.31, 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 #4A417B is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 65 | 123 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.52 |
| HSL | 249.31º | 0.31% | 0.37% | - |
| HSV(B) | 249.31º | 0.47% | 0.48% | - |
| XYZ | 8.29 | 6.67 | 19.59 | - |
| YUV | 74.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 123 | 0.40 | 0.47 | 0 | 0.52 | 249.31 | 0.31 | 0.37 |
| Hex | 4A | 41 | 7B | 28 | 2F | 0 | 34 | F9 | 1F | 25 |
| Octal | 112 | 101 | 173 | 50 | 57 | 0 | 64 | 371 | 37 | 45 |
| Binary | 1001010 | 1000001 | 1111011 | 101000 | 101111 | 0 | 110100 | 11111001 | 11111 | 100101 |
Color Harmonies of #4A417B
Complementary color
Monochromatic Colors of #4A417B
Black with #4A417B
Text Example
Text Example
White with #4A417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A417B; }
p { color: rgb(74,65,123); }
H1.HeaderClassName
{
color: #4A417B;
}
.AnyTagClassName
{
color: #4A417B;
}
</style>
background-color css
<style>
a { background-color: #4A417B; }
a { background-color: rgb(74,65,123); }
div.DivClassName
{
background-color: #4A417B;
}
.BgClassName
{
background-color: #4A417B;
}
</style>
border-color css
<style>
span { border-color: #4A417B; }
span { border-color: rgb(74,65,123); }
td.TdClassName
{
border-color: #4A417B;
}
.TagClassName
{
border-color: #4A417B;
}
</style>