Shades of Dark Slate Blue #49387F
Tints of Dark Slate Blue #49387F
RGB
CMYK
RGB Variations
Color information
#49387F (or 0x49387F) is known color: Dark Slate Blue. HEX triplet: 49, 38 and 7F. RGB value is (73,56,127). Sum of RGB (Red+Green+Blue) = 73+56+127=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #49387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49387F is #B6C780. Grayscale: #444444. Windows color (decimal): -11978625 or 8337481. OLE color: 8337481.
HSL color Cylindrical-coordinate representation of color #49387F: hue angle of 254.37º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49387F is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 56 | 127 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.50 |
| HSL | 254.37º | 0.39% | 0.36% | - |
| HSV(B) | 254.37º | 0.56% | 0.5% | - |
| XYZ | 7.99 | 5.78 | 20.77 | - |
| YUV | 69.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 127 | 0.43 | 0.56 | 0 | 0.50 | 254.37 | 0.39 | 0.36 |
| Hex | 49 | 38 | 7F | 2B | 38 | 0 | 32 | FE | 27 | 24 |
| Octal | 111 | 70 | 177 | 53 | 70 | 0 | 62 | 376 | 47 | 44 |
| Binary | 1001001 | 111000 | 1111111 | 101011 | 111000 | 0 | 110010 | 11111110 | 100111 | 100100 |
Color Harmonies of #49387F
Complementary color
Monochromatic Colors of #49387F
Black with #49387F
Text Example
Text Example
White with #49387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49387F; }
p { color: rgb(73,56,127); }
H1.HeaderClassName
{
color: #49387F;
}
.AnyTagClassName
{
color: #49387F;
}
</style>
background-color css
<style>
a { background-color: #49387F; }
a { background-color: rgb(73,56,127); }
div.DivClassName
{
background-color: #49387F;
}
.BgClassName
{
background-color: #49387F;
}
</style>
border-color css
<style>
span { border-color: #49387F; }
span { border-color: rgb(73,56,127); }
td.TdClassName
{
border-color: #49387F;
}
.TagClassName
{
border-color: #49387F;
}
</style>