Shades of Dark Slate Blue #45478D
Tints of Dark Slate Blue #45478D
RGB
CMYK
RGB Variations
Color information
#45478D (or 0x45478D) is known color: Dark Slate Blue. HEX triplet: 45, 47 and 8D. RGB value is (69,71,141). Sum of RGB (Red+Green+Blue) = 69+71+141=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #45478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45478D is #BAB872. Grayscale: #4E4E4E. Windows color (decimal): -12236915 or 9258821. OLE color: 9258821.
HSL color Cylindrical-coordinate representation of color #45478D: hue angle of 238.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45478D is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 71 | 141 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.45 |
| HSL | 238.33º | 0.34% | 0.41% | - |
| HSV(B) | 238.33º | 0.51% | 0.55% | - |
| XYZ | 9.52 | 7.69 | 26.18 | - |
| YUV | 78.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 141 | 0.51 | 0.50 | 0 | 0.45 | 238.33 | 0.34 | 0.41 |
| Hex | 45 | 47 | 8D | 33 | 32 | 0 | 2D | EE | 22 | 29 |
| Octal | 105 | 107 | 215 | 63 | 62 | 0 | 55 | 356 | 42 | 51 |
| Binary | 1000101 | 1000111 | 10001101 | 110011 | 110010 | 0 | 101101 | 11101110 | 100010 | 101001 |
Color Harmonies of #45478D
Complementary color
Monochromatic Colors of #45478D
Black with #45478D
Text Example
Text Example
White with #45478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45478D; }
p { color: rgb(69,71,141); }
H1.HeaderClassName
{
color: #45478D;
}
.AnyTagClassName
{
color: #45478D;
}
</style>
background-color css
<style>
a { background-color: #45478D; }
a { background-color: rgb(69,71,141); }
div.DivClassName
{
background-color: #45478D;
}
.BgClassName
{
background-color: #45478D;
}
</style>
border-color css
<style>
span { border-color: #45478D; }
span { border-color: rgb(69,71,141); }
td.TdClassName
{
border-color: #45478D;
}
.TagClassName
{
border-color: #45478D;
}
</style>