Shades of Dark Slate Blue #4A458B
Tints of Dark Slate Blue #4A458B
RGB
CMYK
RGB Variations
Color information
#4A458B (or 0x4A458B) is known color: Dark Slate Blue. HEX triplet: 4A, 45 and 8B. RGB value is (74,69,139). Sum of RGB (Red+Green+Blue) = 74+69+139=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A458B is #B5BA74. Grayscale: #4E4E4E. Windows color (decimal): -11909749 or 9127242. OLE color: 9127242.
HSL color Cylindrical-coordinate representation of color #4A458B: hue angle of 244.29º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A458B is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 69 | 139 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.45 |
| HSL | 244.29º | 0.34% | 0.41% | - |
| HSV(B) | 244.29º | 0.5% | 0.55% | - |
| XYZ | 9.61 | 7.58 | 25.38 | - |
| YUV | 78.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 139 | 0.47 | 0.50 | 0 | 0.45 | 244.29 | 0.34 | 0.41 |
| Hex | 4A | 45 | 8B | 2F | 32 | 0 | 2D | F4 | 22 | 29 |
| Octal | 112 | 105 | 213 | 57 | 62 | 0 | 55 | 364 | 42 | 51 |
| Binary | 1001010 | 1000101 | 10001011 | 101111 | 110010 | 0 | 101101 | 11110100 | 100010 | 101001 |
Color Harmonies of #4A458B
Complementary color
Monochromatic Colors of #4A458B
Black with #4A458B
Text Example
Text Example
White with #4A458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A458B; }
p { color: rgb(74,69,139); }
H1.HeaderClassName
{
color: #4A458B;
}
.AnyTagClassName
{
color: #4A458B;
}
</style>
background-color css
<style>
a { background-color: #4A458B; }
a { background-color: rgb(74,69,139); }
div.DivClassName
{
background-color: #4A458B;
}
.BgClassName
{
background-color: #4A458B;
}
</style>
border-color css
<style>
span { border-color: #4A458B; }
span { border-color: rgb(74,69,139); }
td.TdClassName
{
border-color: #4A458B;
}
.TagClassName
{
border-color: #4A458B;
}
</style>