Shades of Dark Slate Blue #4A478B
Tints of Dark Slate Blue #4A478B
RGB
CMYK
RGB Variations
Color information
#4A478B (or 0x4A478B) is known color: Dark Slate Blue. HEX triplet: 4A, 47 and 8B. RGB value is (74,71,139). Sum of RGB (Red+Green+Blue) = 74+71+139=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A478B is #B5B874. Grayscale: #4F4F4F. Windows color (decimal): -11909237 or 9127754. OLE color: 9127754.
HSL color Cylindrical-coordinate representation of color #4A478B: hue angle of 242.65º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A478B is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 71 | 139 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.45 |
| HSL | 242.65º | 0.32% | 0.41% | - |
| HSV(B) | 242.65º | 0.49% | 0.55% | - |
| XYZ | 9.74 | 7.83 | 25.42 | - |
| YUV | 79.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 139 | 0.47 | 0.49 | 0 | 0.45 | 242.65 | 0.32 | 0.41 |
| Hex | 4A | 47 | 8B | 2F | 31 | 0 | 2D | F3 | 20 | 29 |
| Octal | 112 | 107 | 213 | 57 | 61 | 0 | 55 | 363 | 40 | 51 |
| Binary | 1001010 | 1000111 | 10001011 | 101111 | 110001 | 0 | 101101 | 11110011 | 100000 | 101001 |
Color Harmonies of #4A478B
Complementary color
Monochromatic Colors of #4A478B
Black with #4A478B
Text Example
Text Example
White with #4A478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A478B; }
p { color: rgb(74,71,139); }
H1.HeaderClassName
{
color: #4A478B;
}
.AnyTagClassName
{
color: #4A478B;
}
</style>
background-color css
<style>
a { background-color: #4A478B; }
a { background-color: rgb(74,71,139); }
div.DivClassName
{
background-color: #4A478B;
}
.BgClassName
{
background-color: #4A478B;
}
</style>
border-color css
<style>
span { border-color: #4A478B; }
span { border-color: rgb(74,71,139); }
td.TdClassName
{
border-color: #4A478B;
}
.TagClassName
{
border-color: #4A478B;
}
</style>