Shades of Dark Slate Blue #4A448B
Tints of Dark Slate Blue #4A448B
RGB
CMYK
RGB Variations
Color information
#4A448B (or 0x4A448B) is known color: Dark Slate Blue. HEX triplet: 4A, 44 and 8B. RGB value is (74,68,139). Sum of RGB (Red+Green+Blue) = 74+68+139=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A448B is #B5BB74. Grayscale: #4D4D4D. Windows color (decimal): -11910005 or 9126986. OLE color: 9126986.
HSL color Cylindrical-coordinate representation of color #4A448B: hue angle of 245.07º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A448B is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 68 | 139 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.45 |
| HSL | 245.07º | 0.34% | 0.41% | - |
| HSV(B) | 245.07º | 0.51% | 0.55% | - |
| XYZ | 9.55 | 7.45 | 25.36 | - |
| YUV | 77.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 139 | 0.47 | 0.51 | 0 | 0.45 | 245.07 | 0.34 | 0.41 |
| Hex | 4A | 44 | 8B | 2F | 33 | 0 | 2D | F5 | 22 | 29 |
| Octal | 112 | 104 | 213 | 57 | 63 | 0 | 55 | 365 | 42 | 51 |
| Binary | 1001010 | 1000100 | 10001011 | 101111 | 110011 | 0 | 101101 | 11110101 | 100010 | 101001 |
Color Harmonies of #4A448B
Complementary color
Monochromatic Colors of #4A448B
Black with #4A448B
Text Example
Text Example
White with #4A448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A448B; }
p { color: rgb(74,68,139); }
H1.HeaderClassName
{
color: #4A448B;
}
.AnyTagClassName
{
color: #4A448B;
}
</style>
background-color css
<style>
a { background-color: #4A448B; }
a { background-color: rgb(74,68,139); }
div.DivClassName
{
background-color: #4A448B;
}
.BgClassName
{
background-color: #4A448B;
}
</style>
border-color css
<style>
span { border-color: #4A448B; }
span { border-color: rgb(74,68,139); }
td.TdClassName
{
border-color: #4A448B;
}
.TagClassName
{
border-color: #4A448B;
}
</style>