Shades of Dark Slate Blue #49488A
Tints of Dark Slate Blue #49488A
RGB
CMYK
RGB Variations
Color information
#49488A (or 0x49488A) is known color: Dark Slate Blue. HEX triplet: 49, 48 and 8A. RGB value is (73,72,138). Sum of RGB (Red+Green+Blue) = 73+72+138=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #49488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49488A is #B6B775. Grayscale: #4F4F4F. Windows color (decimal): -11974518 or 9062473. OLE color: 9062473.
HSL color Cylindrical-coordinate representation of color #49488A: hue angle of 240.91º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49488A is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 72 | 138 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.46 |
| HSL | 240.91º | 0.31% | 0.41% | - |
| HSV(B) | 240.91º | 0.48% | 0.54% | - |
| XYZ | 9.65 | 7.89 | 25.06 | - |
| YUV | 79.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 138 | 0.47 | 0.48 | 0 | 0.46 | 240.91 | 0.31 | 0.41 |
| Hex | 49 | 48 | 8A | 2F | 30 | 0 | 2E | F1 | 1F | 29 |
| Octal | 111 | 110 | 212 | 57 | 60 | 0 | 56 | 361 | 37 | 51 |
| Binary | 1001001 | 1001000 | 10001010 | 101111 | 110000 | 0 | 101110 | 11110001 | 11111 | 101001 |
Color Harmonies of #49488A
Complementary color
Monochromatic Colors of #49488A
Black with #49488A
Text Example
Text Example
White with #49488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49488A; }
p { color: rgb(73,72,138); }
H1.HeaderClassName
{
color: #49488A;
}
.AnyTagClassName
{
color: #49488A;
}
</style>
background-color css
<style>
a { background-color: #49488A; }
a { background-color: rgb(73,72,138); }
div.DivClassName
{
background-color: #49488A;
}
.BgClassName
{
background-color: #49488A;
}
</style>
border-color css
<style>
span { border-color: #49488A; }
span { border-color: rgb(73,72,138); }
td.TdClassName
{
border-color: #49488A;
}
.TagClassName
{
border-color: #49488A;
}
</style>