Shades of Dark Slate Blue #4A4186
Tints of Dark Slate Blue #4A4186
RGB
CMYK
RGB Variations
Color information
#4A4186 (or 0x4A4186) is known color: Dark Slate Blue. HEX triplet: 4A, 41 and 86. RGB value is (74,65,134). Sum of RGB (Red+Green+Blue) = 74+65+134=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #4A4186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4186 is #B5BE79. Grayscale: #4B4B4B. Windows color (decimal): -11910778 or 8798538. OLE color: 8798538.
HSL color Cylindrical-coordinate representation of color #4A4186: hue angle of 247.83º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A4186 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 65 | 134 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.47 |
| HSL | 247.83º | 0.35% | 0.39% | - |
| HSV(B) | 247.83º | 0.51% | 0.53% | - |
| XYZ | 9.02 | 6.96 | 23.42 | - |
| YUV | 75.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 134 | 0.45 | 0.51 | 0 | 0.47 | 247.83 | 0.35 | 0.39 |
| Hex | 4A | 41 | 86 | 2D | 33 | 0 | 2F | F8 | 23 | 27 |
| Octal | 112 | 101 | 206 | 55 | 63 | 0 | 57 | 370 | 43 | 47 |
| Binary | 1001010 | 1000001 | 10000110 | 101101 | 110011 | 0 | 101111 | 11111000 | 100011 | 100111 |
Color Harmonies of #4A4186
Complementary color
Monochromatic Colors of #4A4186
Black with #4A4186
Text Example
Text Example
White with #4A4186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4186; }
p { color: rgb(74,65,134); }
H1.HeaderClassName
{
color: #4A4186;
}
.AnyTagClassName
{
color: #4A4186;
}
</style>
background-color css
<style>
a { background-color: #4A4186; }
a { background-color: rgb(74,65,134); }
div.DivClassName
{
background-color: #4A4186;
}
.BgClassName
{
background-color: #4A4186;
}
</style>
border-color css
<style>
span { border-color: #4A4186; }
span { border-color: rgb(74,65,134); }
td.TdClassName
{
border-color: #4A4186;
}
.TagClassName
{
border-color: #4A4186;
}
</style>