Shades of Dark Slate Blue #4A478A
Tints of Dark Slate Blue #4A478A
RGB
CMYK
RGB Variations
Color information
#4A478A (or 0x4A478A) is known color: Dark Slate Blue. HEX triplet: 4A, 47 and 8A. RGB value is (74,71,138). Sum of RGB (Red+Green+Blue) = 74+71+138=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A478A is #B5B875. Grayscale: #4F4F4F. Windows color (decimal): -11909238 or 9062218. OLE color: 9062218.
HSL color Cylindrical-coordinate representation of color #4A478A: hue angle of 242.69º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A478A is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 71 | 138 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.46 |
| HSL | 242.69º | 0.32% | 0.41% | - |
| HSV(B) | 242.69º | 0.49% | 0.54% | - |
| XYZ | 9.66 | 7.8 | 25.04 | - |
| YUV | 79.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 138 | 0.46 | 0.49 | 0 | 0.46 | 242.69 | 0.32 | 0.41 |
| Hex | 4A | 47 | 8A | 2E | 31 | 0 | 2E | F3 | 20 | 29 |
| Octal | 112 | 107 | 212 | 56 | 61 | 0 | 56 | 363 | 40 | 51 |
| Binary | 1001010 | 1000111 | 10001010 | 101110 | 110001 | 0 | 101110 | 11110011 | 100000 | 101001 |
Color Harmonies of #4A478A
Complementary color
Monochromatic Colors of #4A478A
Black with #4A478A
Text Example
Text Example
White with #4A478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A478A; }
p { color: rgb(74,71,138); }
H1.HeaderClassName
{
color: #4A478A;
}
.AnyTagClassName
{
color: #4A478A;
}
</style>
background-color css
<style>
a { background-color: #4A478A; }
a { background-color: rgb(74,71,138); }
div.DivClassName
{
background-color: #4A478A;
}
.BgClassName
{
background-color: #4A478A;
}
</style>
border-color css
<style>
span { border-color: #4A478A; }
span { border-color: rgb(74,71,138); }
td.TdClassName
{
border-color: #4A478A;
}
.TagClassName
{
border-color: #4A478A;
}
</style>