Shades of Dark Slate Blue #4A3D8A
Tints of Dark Slate Blue #4A3D8A
RGB
CMYK
RGB Variations
Color information
#4A3D8A (or 0x4A3D8A) is known color: Dark Slate Blue. HEX triplet: 4A, 3D and 8A. RGB value is (74,61,138). Sum of RGB (Red+Green+Blue) = 74+61+138=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A3D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3D8A is #B5C275. Grayscale: #494949. Windows color (decimal): -11911798 or 9059658. OLE color: 9059658.
HSL color Cylindrical-coordinate representation of color #4A3D8A: hue angle of 250.13º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A3D8A is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 61 | 138 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.46 |
| HSL | 250.13º | 0.39% | 0.39% | - |
| HSV(B) | 250.13º | 0.56% | 0.54% | - |
| XYZ | 9.08 | 6.63 | 24.85 | - |
| YUV | 73.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 138 | 0.46 | 0.56 | 0 | 0.46 | 250.13 | 0.39 | 0.39 |
| Hex | 4A | 3D | 8A | 2E | 38 | 0 | 2E | FA | 27 | 27 |
| Octal | 112 | 75 | 212 | 56 | 70 | 0 | 56 | 372 | 47 | 47 |
| Binary | 1001010 | 111101 | 10001010 | 101110 | 111000 | 0 | 101110 | 11111010 | 100111 | 100111 |
Color Harmonies of #4A3D8A
Complementary color
Monochromatic Colors of #4A3D8A
Black with #4A3D8A
Text Example
Text Example
White with #4A3D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3D8A; }
p { color: rgb(74,61,138); }
H1.HeaderClassName
{
color: #4A3D8A;
}
.AnyTagClassName
{
color: #4A3D8A;
}
</style>
background-color css
<style>
a { background-color: #4A3D8A; }
a { background-color: rgb(74,61,138); }
div.DivClassName
{
background-color: #4A3D8A;
}
.BgClassName
{
background-color: #4A3D8A;
}
</style>
border-color css
<style>
span { border-color: #4A3D8A; }
span { border-color: rgb(74,61,138); }
td.TdClassName
{
border-color: #4A3D8A;
}
.TagClassName
{
border-color: #4A3D8A;
}
</style>