Shades of Dark Slate Blue #4A4481
Tints of Dark Slate Blue #4A4481
RGB
CMYK
RGB Variations
Color information
#4A4481 (or 0x4A4481) is known color: Dark Slate Blue. HEX triplet: 4A, 44 and 81. RGB value is (74,68,129). Sum of RGB (Red+Green+Blue) = 74+68+129=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #4A4481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4481 is #B5BB7E. Grayscale: #4C4C4C. Windows color (decimal): -11910015 or 8471626. OLE color: 8471626.
HSL color Cylindrical-coordinate representation of color #4A4481: hue angle of 245.9º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A4481 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 68 | 129 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.49 |
| HSL | 245.9º | 0.31% | 0.39% | - |
| HSV(B) | 245.9º | 0.47% | 0.51% | - |
| XYZ | 8.85 | 7.18 | 21.69 | - |
| YUV | 76.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 129 | 0.43 | 0.47 | 0 | 0.49 | 245.9 | 0.31 | 0.39 |
| Hex | 4A | 44 | 81 | 2B | 2F | 0 | 31 | F6 | 1F | 27 |
| Octal | 112 | 104 | 201 | 53 | 57 | 0 | 61 | 366 | 37 | 47 |
| Binary | 1001010 | 1000100 | 10000001 | 101011 | 101111 | 0 | 110001 | 11110110 | 11111 | 100111 |
Color Harmonies of #4A4481
Complementary color
Monochromatic Colors of #4A4481
Black with #4A4481
Text Example
Text Example
White with #4A4481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4481; }
p { color: rgb(74,68,129); }
H1.HeaderClassName
{
color: #4A4481;
}
.AnyTagClassName
{
color: #4A4481;
}
</style>
background-color css
<style>
a { background-color: #4A4481; }
a { background-color: rgb(74,68,129); }
div.DivClassName
{
background-color: #4A4481;
}
.BgClassName
{
background-color: #4A4481;
}
</style>
border-color css
<style>
span { border-color: #4A4481; }
span { border-color: rgb(74,68,129); }
td.TdClassName
{
border-color: #4A4481;
}
.TagClassName
{
border-color: #4A4481;
}
</style>