Shades of Dark Slate Blue #49468C
Tints of Dark Slate Blue #49468C
RGB
CMYK
RGB Variations
Color information
#49468C (or 0x49468C) is known color: Dark Slate Blue. HEX triplet: 49, 46 and 8C. RGB value is (73,70,140). Sum of RGB (Red+Green+Blue) = 73+70+140=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #49468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49468C is #B6B973. Grayscale: #4E4E4E. Windows color (decimal): -11975028 or 9193033. OLE color: 9193033.
HSL color Cylindrical-coordinate representation of color #49468C: hue angle of 242.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49468C is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 70 | 140 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.45 |
| HSL | 242.57º | 0.33% | 0.41% | - |
| HSV(B) | 242.57º | 0.5% | 0.55% | - |
| XYZ | 9.67 | 7.69 | 25.79 | - |
| YUV | 78.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 140 | 0.48 | 0.50 | 0 | 0.45 | 242.57 | 0.33 | 0.41 |
| Hex | 49 | 46 | 8C | 30 | 32 | 0 | 2D | F3 | 21 | 29 |
| Octal | 111 | 106 | 214 | 60 | 62 | 0 | 55 | 363 | 41 | 51 |
| Binary | 1001001 | 1000110 | 10001100 | 110000 | 110010 | 0 | 101101 | 11110011 | 100001 | 101001 |
Color Harmonies of #49468C
Complementary color
Monochromatic Colors of #49468C
Black with #49468C
Text Example
Text Example
White with #49468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49468C; }
p { color: rgb(73,70,140); }
H1.HeaderClassName
{
color: #49468C;
}
.AnyTagClassName
{
color: #49468C;
}
</style>
background-color css
<style>
a { background-color: #49468C; }
a { background-color: rgb(73,70,140); }
div.DivClassName
{
background-color: #49468C;
}
.BgClassName
{
background-color: #49468C;
}
</style>
border-color css
<style>
span { border-color: #49468C; }
span { border-color: rgb(73,70,140); }
td.TdClassName
{
border-color: #49468C;
}
.TagClassName
{
border-color: #49468C;
}
</style>