Shades of Dark Slate Blue #4A3F88
Tints of Dark Slate Blue #4A3F88
RGB
CMYK
RGB Variations
Color information
#4A3F88 (or 0x4A3F88) is known color: Dark Slate Blue. HEX triplet: 4A, 3F and 88. RGB value is (74,63,136). Sum of RGB (Red+Green+Blue) = 74+63+136=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A3F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3F88 is #B5C077. Grayscale: #4A4A4A. Windows color (decimal): -11911288 or 8929098. OLE color: 8929098.
HSL color Cylindrical-coordinate representation of color #4A3F88: hue angle of 249.04º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A3F88 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 63 | 136 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.47 |
| HSL | 249.04º | 0.37% | 0.39% | - |
| HSV(B) | 249.04º | 0.54% | 0.53% | - |
| XYZ | 9.05 | 6.79 | 24.13 | - |
| YUV | 74.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 136 | 0.46 | 0.54 | 0 | 0.47 | 249.04 | 0.37 | 0.39 |
| Hex | 4A | 3F | 88 | 2E | 36 | 0 | 2F | F9 | 25 | 27 |
| Octal | 112 | 77 | 210 | 56 | 66 | 0 | 57 | 371 | 45 | 47 |
| Binary | 1001010 | 111111 | 10001000 | 101110 | 110110 | 0 | 101111 | 11111001 | 100101 | 100111 |
Color Harmonies of #4A3F88
Complementary color
Monochromatic Colors of #4A3F88
Black with #4A3F88
Text Example
Text Example
White with #4A3F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3F88; }
p { color: rgb(74,63,136); }
H1.HeaderClassName
{
color: #4A3F88;
}
.AnyTagClassName
{
color: #4A3F88;
}
</style>
background-color css
<style>
a { background-color: #4A3F88; }
a { background-color: rgb(74,63,136); }
div.DivClassName
{
background-color: #4A3F88;
}
.BgClassName
{
background-color: #4A3F88;
}
</style>
border-color css
<style>
span { border-color: #4A3F88; }
span { border-color: rgb(74,63,136); }
td.TdClassName
{
border-color: #4A3F88;
}
.TagClassName
{
border-color: #4A3F88;
}
</style>