Shades of Dark Slate Blue #49478B
Tints of Dark Slate Blue #49478B
RGB
CMYK
RGB Variations
Color information
#49478B (or 0x49478B) is known color: Dark Slate Blue. HEX triplet: 49, 47 and 8B. RGB value is (73,71,139). Sum of RGB (Red+Green+Blue) = 73+71+139=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #49478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49478B is #B6B874. Grayscale: #4F4F4F. Windows color (decimal): -11974773 or 9127753. OLE color: 9127753.
HSL color Cylindrical-coordinate representation of color #49478B: hue angle of 241.76º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49478B is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 71 | 139 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.45 |
| HSL | 241.76º | 0.32% | 0.41% | - |
| HSV(B) | 241.76º | 0.49% | 0.55% | - |
| XYZ | 9.66 | 7.79 | 25.42 | - |
| YUV | 79.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 139 | 0.47 | 0.49 | 0 | 0.45 | 241.76 | 0.32 | 0.41 |
| Hex | 49 | 47 | 8B | 2F | 31 | 0 | 2D | F2 | 20 | 29 |
| Octal | 111 | 107 | 213 | 57 | 61 | 0 | 55 | 362 | 40 | 51 |
| Binary | 1001001 | 1000111 | 10001011 | 101111 | 110001 | 0 | 101101 | 11110010 | 100000 | 101001 |
Color Harmonies of #49478B
Complementary color
Monochromatic Colors of #49478B
Black with #49478B
Text Example
Text Example
White with #49478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49478B; }
p { color: rgb(73,71,139); }
H1.HeaderClassName
{
color: #49478B;
}
.AnyTagClassName
{
color: #49478B;
}
</style>
background-color css
<style>
a { background-color: #49478B; }
a { background-color: rgb(73,71,139); }
div.DivClassName
{
background-color: #49478B;
}
.BgClassName
{
background-color: #49478B;
}
</style>
border-color css
<style>
span { border-color: #49478B; }
span { border-color: rgb(73,71,139); }
td.TdClassName
{
border-color: #49478B;
}
.TagClassName
{
border-color: #49478B;
}
</style>