Shades of Dark Slate Blue #4A4788
Tints of Dark Slate Blue #4A4788
RGB
CMYK
RGB Variations
Color information
#4A4788 (or 0x4A4788) is known color: Dark Slate Blue. HEX triplet: 4A, 47 and 88. RGB value is (74,71,136). Sum of RGB (Red+Green+Blue) = 74+71+136=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A4788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4788 is #B5B877. Grayscale: #4F4F4F. Windows color (decimal): -11909240 or 8931146. OLE color: 8931146.
HSL color Cylindrical-coordinate representation of color #4A4788: hue angle of 242.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A4788 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 71 | 136 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.47 |
| HSL | 242.77º | 0.31% | 0.41% | - |
| HSV(B) | 242.77º | 0.48% | 0.53% | - |
| XYZ | 9.52 | 7.74 | 24.28 | - |
| YUV | 79.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 136 | 0.46 | 0.48 | 0 | 0.47 | 242.77 | 0.31 | 0.41 |
| Hex | 4A | 47 | 88 | 2E | 30 | 0 | 2F | F3 | 1F | 29 |
| Octal | 112 | 107 | 210 | 56 | 60 | 0 | 57 | 363 | 37 | 51 |
| Binary | 1001010 | 1000111 | 10001000 | 101110 | 110000 | 0 | 101111 | 11110011 | 11111 | 101001 |
Color Harmonies of #4A4788
Complementary color
Monochromatic Colors of #4A4788
Black with #4A4788
Text Example
Text Example
White with #4A4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4788; }
p { color: rgb(74,71,136); }
H1.HeaderClassName
{
color: #4A4788;
}
.AnyTagClassName
{
color: #4A4788;
}
</style>
background-color css
<style>
a { background-color: #4A4788; }
a { background-color: rgb(74,71,136); }
div.DivClassName
{
background-color: #4A4788;
}
.BgClassName
{
background-color: #4A4788;
}
</style>
border-color css
<style>
span { border-color: #4A4788; }
span { border-color: rgb(74,71,136); }
td.TdClassName
{
border-color: #4A4788;
}
.TagClassName
{
border-color: #4A4788;
}
</style>