Shades of Dark Slate Blue #4A3C8A
Tints of Dark Slate Blue #4A3C8A
RGB
CMYK
RGB Variations
Color information
#4A3C8A (or 0x4A3C8A) is known color: Dark Slate Blue. HEX triplet: 4A, 3C and 8A. RGB value is (74,60,138). Sum of RGB (Red+Green+Blue) = 74+60+138=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A3C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3C8A is #B5C375. Grayscale: #484848. Windows color (decimal): -11912054 or 9059402. OLE color: 9059402.
HSL color Cylindrical-coordinate representation of color #4A3C8A: hue angle of 250.77º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A3C8A is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 60 | 138 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.46 |
| HSL | 250.77º | 0.39% | 0.39% | - |
| HSV(B) | 250.77º | 0.57% | 0.54% | - |
| XYZ | 9.03 | 6.52 | 24.83 | - |
| YUV | 73.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 138 | 0.46 | 0.57 | 0 | 0.46 | 250.77 | 0.39 | 0.39 |
| Hex | 4A | 3C | 8A | 2E | 39 | 0 | 2E | FB | 27 | 27 |
| Octal | 112 | 74 | 212 | 56 | 71 | 0 | 56 | 373 | 47 | 47 |
| Binary | 1001010 | 111100 | 10001010 | 101110 | 111001 | 0 | 101110 | 11111011 | 100111 | 100111 |
Color Harmonies of #4A3C8A
Complementary color
Monochromatic Colors of #4A3C8A
Black with #4A3C8A
Text Example
Text Example
White with #4A3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C8A; }
p { color: rgb(74,60,138); }
H1.HeaderClassName
{
color: #4A3C8A;
}
.AnyTagClassName
{
color: #4A3C8A;
}
</style>
background-color css
<style>
a { background-color: #4A3C8A; }
a { background-color: rgb(74,60,138); }
div.DivClassName
{
background-color: #4A3C8A;
}
.BgClassName
{
background-color: #4A3C8A;
}
</style>
border-color css
<style>
span { border-color: #4A3C8A; }
span { border-color: rgb(74,60,138); }
td.TdClassName
{
border-color: #4A3C8A;
}
.TagClassName
{
border-color: #4A3C8A;
}
</style>