Shades of Dark Slate Blue #4A3E7B
Tints of Dark Slate Blue #4A3E7B
RGB
CMYK
RGB Variations
Color information
#4A3E7B (or 0x4A3E7B) is known color: Dark Slate Blue. HEX triplet: 4A, 3E and 7B. RGB value is (74,62,123). Sum of RGB (Red+Green+Blue) = 74+62+123=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A3E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E7B is #B5C184. Grayscale: #484848. Windows color (decimal): -11911557 or 8076874. OLE color: 8076874.
HSL color Cylindrical-coordinate representation of color #4A3E7B: hue angle of 251.8º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A3E7B is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 62 | 123 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.52 |
| HSL | 251.8º | 0.33% | 0.36% | - |
| HSV(B) | 251.8º | 0.5% | 0.48% | - |
| XYZ | 8.12 | 6.33 | 19.53 | - |
| YUV | 72.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 123 | 0.40 | 0.50 | 0 | 0.52 | 251.8 | 0.33 | 0.36 |
| Hex | 4A | 3E | 7B | 28 | 32 | 0 | 34 | FC | 21 | 24 |
| Octal | 112 | 76 | 173 | 50 | 62 | 0 | 64 | 374 | 41 | 44 |
| Binary | 1001010 | 111110 | 1111011 | 101000 | 110010 | 0 | 110100 | 11111100 | 100001 | 100100 |
Color Harmonies of #4A3E7B
Complementary color
Monochromatic Colors of #4A3E7B
Black with #4A3E7B
Text Example
Text Example
White with #4A3E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E7B; }
p { color: rgb(74,62,123); }
H1.HeaderClassName
{
color: #4A3E7B;
}
.AnyTagClassName
{
color: #4A3E7B;
}
</style>
background-color css
<style>
a { background-color: #4A3E7B; }
a { background-color: rgb(74,62,123); }
div.DivClassName
{
background-color: #4A3E7B;
}
.BgClassName
{
background-color: #4A3E7B;
}
</style>
border-color css
<style>
span { border-color: #4A3E7B; }
span { border-color: rgb(74,62,123); }
td.TdClassName
{
border-color: #4A3E7B;
}
.TagClassName
{
border-color: #4A3E7B;
}
</style>