Shades of Dark Slate Blue #4A3E7E
Tints of Dark Slate Blue #4A3E7E
RGB
CMYK
RGB Variations
Color information
#4A3E7E (or 0x4A3E7E) is known color: Dark Slate Blue. HEX triplet: 4A, 3E and 7E. RGB value is (74,62,126). Sum of RGB (Red+Green+Blue) = 74+62+126=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A3E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E7E is #B5C181. Grayscale: #484848. Windows color (decimal): -11911554 or 8273482. OLE color: 8273482.
HSL color Cylindrical-coordinate representation of color #4A3E7E: hue angle of 251.25º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A3E7E is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 62 | 126 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.51 |
| HSL | 251.25º | 0.34% | 0.37% | - |
| HSV(B) | 251.25º | 0.51% | 0.49% | - |
| XYZ | 8.31 | 6.41 | 20.54 | - |
| YUV | 72.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 126 | 0.41 | 0.51 | 0 | 0.51 | 251.25 | 0.34 | 0.37 |
| Hex | 4A | 3E | 7E | 29 | 33 | 0 | 33 | FB | 22 | 25 |
| Octal | 112 | 76 | 176 | 51 | 63 | 0 | 63 | 373 | 42 | 45 |
| Binary | 1001010 | 111110 | 1111110 | 101001 | 110011 | 0 | 110011 | 11111011 | 100010 | 100101 |
Color Harmonies of #4A3E7E
Complementary color
Monochromatic Colors of #4A3E7E
Black with #4A3E7E
Text Example
Text Example
White with #4A3E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E7E; }
p { color: rgb(74,62,126); }
H1.HeaderClassName
{
color: #4A3E7E;
}
.AnyTagClassName
{
color: #4A3E7E;
}
</style>
background-color css
<style>
a { background-color: #4A3E7E; }
a { background-color: rgb(74,62,126); }
div.DivClassName
{
background-color: #4A3E7E;
}
.BgClassName
{
background-color: #4A3E7E;
}
</style>
border-color css
<style>
span { border-color: #4A3E7E; }
span { border-color: rgb(74,62,126); }
td.TdClassName
{
border-color: #4A3E7E;
}
.TagClassName
{
border-color: #4A3E7E;
}
</style>