Shades of Dark Slate Blue #49459B
Tints of Dark Slate Blue #49459B
RGB
CMYK
RGB Variations
Color information
#49459B (or 0x49459B) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 9B. RGB value is (73,69,155). Sum of RGB (Red+Green+Blue) = 73+69+155=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #49459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49459B is #B6BA64. Grayscale: #4F4F4F. Windows color (decimal): -11975269 or 10175817. OLE color: 10175817.
HSL color Cylindrical-coordinate representation of color #49459B: hue angle of 242.79º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49459B is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 69 | 155 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.39 |
| HSL | 242.79º | 0.38% | 0.44% | - |
| HSV(B) | 242.79º | 0.55% | 0.61% | - |
| XYZ | 10.79 | 8.04 | 31.99 | - |
| YUV | 80 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 155 | 0.53 | 0.55 | 0 | 0.39 | 242.79 | 0.38 | 0.44 |
| Hex | 49 | 45 | 9B | 35 | 37 | 0 | 27 | F3 | 26 | 2C |
| Octal | 111 | 105 | 233 | 65 | 67 | 0 | 47 | 363 | 46 | 54 |
| Binary | 1001001 | 1000101 | 10011011 | 110101 | 110111 | 0 | 100111 | 11110011 | 100110 | 101100 |
Color Harmonies of #49459B
Complementary color
Monochromatic Colors of #49459B
Black with #49459B
Text Example
Text Example
White with #49459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49459B; }
p { color: rgb(73,69,155); }
H1.HeaderClassName
{
color: #49459B;
}
.AnyTagClassName
{
color: #49459B;
}
</style>
background-color css
<style>
a { background-color: #49459B; }
a { background-color: rgb(73,69,155); }
div.DivClassName
{
background-color: #49459B;
}
.BgClassName
{
background-color: #49459B;
}
</style>
border-color css
<style>
span { border-color: #49459B; }
span { border-color: rgb(73,69,155); }
td.TdClassName
{
border-color: #49459B;
}
.TagClassName
{
border-color: #49459B;
}
</style>