Shades of Dark Slate Blue #4A488B
Tints of Dark Slate Blue #4A488B
RGB
CMYK
RGB Variations
Color information
#4A488B (or 0x4A488B) is known color: Dark Slate Blue. HEX triplet: 4A, 48 and 8B. RGB value is (74,72,139). Sum of RGB (Red+Green+Blue) = 74+72+139=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A488B is #B5B774. Grayscale: #4F4F4F. Windows color (decimal): -11908981 or 9128010. OLE color: 9128010.
HSL color Cylindrical-coordinate representation of color #4A488B: hue angle of 241.79º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A488B is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 72 | 139 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.45 |
| HSL | 241.79º | 0.32% | 0.41% | - |
| HSV(B) | 241.79º | 0.48% | 0.55% | - |
| XYZ | 9.8 | 7.95 | 25.44 | - |
| YUV | 80.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 72 | 139 | 0.47 | 0.48 | 0 | 0.45 | 241.79 | 0.32 | 0.41 |
| Hex | 4A | 48 | 8B | 2F | 30 | 0 | 2D | F2 | 20 | 29 |
| Octal | 112 | 110 | 213 | 57 | 60 | 0 | 55 | 362 | 40 | 51 |
| Binary | 1001010 | 1001000 | 10001011 | 101111 | 110000 | 0 | 101101 | 11110010 | 100000 | 101001 |
Color Harmonies of #4A488B
Complementary color
Monochromatic Colors of #4A488B
Black with #4A488B
Text Example
Text Example
White with #4A488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A488B; }
p { color: rgb(74,72,139); }
H1.HeaderClassName
{
color: #4A488B;
}
.AnyTagClassName
{
color: #4A488B;
}
</style>
background-color css
<style>
a { background-color: #4A488B; }
a { background-color: rgb(74,72,139); }
div.DivClassName
{
background-color: #4A488B;
}
.BgClassName
{
background-color: #4A488B;
}
</style>
border-color css
<style>
span { border-color: #4A488B; }
span { border-color: rgb(74,72,139); }
td.TdClassName
{
border-color: #4A488B;
}
.TagClassName
{
border-color: #4A488B;
}
</style>