Shades of Dark Slate Blue #45448D
Tints of Dark Slate Blue #45448D
RGB
CMYK
RGB Variations
Color information
#45448D (or 0x45448D) is known color: Dark Slate Blue. HEX triplet: 45, 44 and 8D. RGB value is (69,68,141). Sum of RGB (Red+Green+Blue) = 69+68+141=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #45448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45448D is #BABB72. Grayscale: #4C4C4C. Windows color (decimal): -12237683 or 9258053. OLE color: 9258053.
HSL color Cylindrical-coordinate representation of color #45448D: hue angle of 240.82º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45448D is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 68 | 141 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.45 |
| HSL | 240.82º | 0.35% | 0.41% | - |
| HSV(B) | 240.82º | 0.52% | 0.55% | - |
| XYZ | 9.33 | 7.32 | 26.12 | - |
| YUV | 76.62 | 164.33 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 141 | 0.51 | 0.52 | 0 | 0.45 | 240.82 | 0.35 | 0.41 |
| Hex | 45 | 44 | 8D | 33 | 34 | 0 | 2D | F1 | 23 | 29 |
| Octal | 105 | 104 | 215 | 63 | 64 | 0 | 55 | 361 | 43 | 51 |
| Binary | 1000101 | 1000100 | 10001101 | 110011 | 110100 | 0 | 101101 | 11110001 | 100011 | 101001 |
Color Harmonies of #45448D
Complementary color
Monochromatic Colors of #45448D
Black with #45448D
Text Example
Text Example
White with #45448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45448D; }
p { color: rgb(69,68,141); }
H1.HeaderClassName
{
color: #45448D;
}
.AnyTagClassName
{
color: #45448D;
}
</style>
background-color css
<style>
a { background-color: #45448D; }
a { background-color: rgb(69,68,141); }
div.DivClassName
{
background-color: #45448D;
}
.BgClassName
{
background-color: #45448D;
}
</style>
border-color css
<style>
span { border-color: #45448D; }
span { border-color: rgb(69,68,141); }
td.TdClassName
{
border-color: #45448D;
}
.TagClassName
{
border-color: #45448D;
}
</style>