Shades of Dark Slate Blue #49458C
Tints of Dark Slate Blue #49458C
RGB
CMYK
RGB Variations
Color information
#49458C (or 0x49458C) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 8C. RGB value is (73,69,140). Sum of RGB (Red+Green+Blue) = 73+69+140=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #49458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49458C is #B6BA73. Grayscale: #4E4E4E. Windows color (decimal): -11975284 or 9192777. OLE color: 9192777.
HSL color Cylindrical-coordinate representation of color #49458C: hue angle of 243.38º 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 #49458C is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 69 | 140 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.45 |
| HSL | 243.38º | 0.34% | 0.41% | - |
| HSV(B) | 243.38º | 0.51% | 0.55% | - |
| XYZ | 9.61 | 7.57 | 25.76 | - |
| YUV | 78.29 | 162.83 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 140 | 0.48 | 0.51 | 0 | 0.45 | 243.38 | 0.34 | 0.41 |
| Hex | 49 | 45 | 8C | 30 | 33 | 0 | 2D | F3 | 22 | 29 |
| Octal | 111 | 105 | 214 | 60 | 63 | 0 | 55 | 363 | 42 | 51 |
| Binary | 1001001 | 1000101 | 10001100 | 110000 | 110011 | 0 | 101101 | 11110011 | 100010 | 101001 |
Color Harmonies of #49458C
Complementary color
Monochromatic Colors of #49458C
Black with #49458C
Text Example
Text Example
White with #49458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49458C; }
p { color: rgb(73,69,140); }
H1.HeaderClassName
{
color: #49458C;
}
.AnyTagClassName
{
color: #49458C;
}
</style>
background-color css
<style>
a { background-color: #49458C; }
a { background-color: rgb(73,69,140); }
div.DivClassName
{
background-color: #49458C;
}
.BgClassName
{
background-color: #49458C;
}
</style>
border-color css
<style>
span { border-color: #49458C; }
span { border-color: rgb(73,69,140); }
td.TdClassName
{
border-color: #49458C;
}
.TagClassName
{
border-color: #49458C;
}
</style>