Shades of Dark Slate Blue #45478E
Tints of Dark Slate Blue #45478E
RGB
CMYK
RGB Variations
Color information
#45478E (or 0x45478E) is known color: Dark Slate Blue. HEX triplet: 45, 47 and 8E. RGB value is (69,71,142). Sum of RGB (Red+Green+Blue) = 69+71+142=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #45478E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45478E is #BAB871. Grayscale: #4E4E4E. Windows color (decimal): -12236914 or 9324357. OLE color: 9324357.
HSL color Cylindrical-coordinate representation of color #45478E: hue angle of 238.36º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45478E is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 71 | 142 | - |
| CMYK | 0.51 | 0.5 | 0 | 0.44 |
| HSL | 238.36º | 0.35% | 0.41% | - |
| HSV(B) | 238.36º | 0.51% | 0.56% | - |
| XYZ | 9.59 | 7.72 | 26.58 | - |
| YUV | 78.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 142 | 0.51 | 0.5 | 0 | 0.44 | 238.36 | 0.35 | 0.41 |
| Hex | 45 | 47 | 8E | 33 | 32 | 0 | 2C | EE | 23 | 29 |
| Octal | 105 | 107 | 216 | 63 | 62 | 0 | 54 | 356 | 43 | 51 |
| Binary | 1000101 | 1000111 | 10001110 | 110011 | 110010 | 0 | 101100 | 11101110 | 100011 | 101001 |
Color Harmonies of #45478E
Complementary color
Monochromatic Colors of #45478E
Black with #45478E
Text Example
Text Example
White with #45478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45478E; }
p { color: rgb(69,71,142); }
H1.HeaderClassName
{
color: #45478E;
}
.AnyTagClassName
{
color: #45478E;
}
</style>
background-color css
<style>
a { background-color: #45478E; }
a { background-color: rgb(69,71,142); }
div.DivClassName
{
background-color: #45478E;
}
.BgClassName
{
background-color: #45478E;
}
</style>
border-color css
<style>
span { border-color: #45478E; }
span { border-color: rgb(69,71,142); }
td.TdClassName
{
border-color: #45478E;
}
.TagClassName
{
border-color: #45478E;
}
</style>