Shades of Dark Slate Blue #49448C
Tints of Dark Slate Blue #49448C
RGB
CMYK
RGB Variations
Color information
#49448C (or 0x49448C) is known color: Dark Slate Blue. HEX triplet: 49, 44 and 8C. RGB value is (73,68,140). Sum of RGB (Red+Green+Blue) = 73+68+140=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #49448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49448C is #B6BB73. Grayscale: #4D4D4D. Windows color (decimal): -11975540 or 9192521. OLE color: 9192521.
HSL color Cylindrical-coordinate representation of color #49448C: hue angle of 244.17º degrees, saturation: 0.35, 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 #49448C is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 68 | 140 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.45 |
| HSL | 244.17º | 0.35% | 0.41% | - |
| HSV(B) | 244.17º | 0.51% | 0.55% | - |
| XYZ | 9.55 | 7.44 | 25.74 | - |
| YUV | 77.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 140 | 0.48 | 0.51 | 0 | 0.45 | 244.17 | 0.35 | 0.41 |
| Hex | 49 | 44 | 8C | 30 | 33 | 0 | 2D | F4 | 23 | 29 |
| Octal | 111 | 104 | 214 | 60 | 63 | 0 | 55 | 364 | 43 | 51 |
| Binary | 1001001 | 1000100 | 10001100 | 110000 | 110011 | 0 | 101101 | 11110100 | 100011 | 101001 |
Color Harmonies of #49448C
Complementary color
Monochromatic Colors of #49448C
Black with #49448C
Text Example
Text Example
White with #49448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49448C; }
p { color: rgb(73,68,140); }
H1.HeaderClassName
{
color: #49448C;
}
.AnyTagClassName
{
color: #49448C;
}
</style>
background-color css
<style>
a { background-color: #49448C; }
a { background-color: rgb(73,68,140); }
div.DivClassName
{
background-color: #49448C;
}
.BgClassName
{
background-color: #49448C;
}
</style>
border-color css
<style>
span { border-color: #49448C; }
span { border-color: rgb(73,68,140); }
td.TdClassName
{
border-color: #49448C;
}
.TagClassName
{
border-color: #49448C;
}
</style>