Shades of Dark Slate Blue #45488D
Tints of Dark Slate Blue #45488D
RGB
CMYK
RGB Variations
Color information
#45488D (or 0x45488D) is known color: Dark Slate Blue. HEX triplet: 45, 48 and 8D. RGB value is (69,72,141). Sum of RGB (Red+Green+Blue) = 69+72+141=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #45488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45488D is #BAB772. Grayscale: #4E4E4E. Windows color (decimal): -12236659 or 9259077. OLE color: 9259077.
HSL color Cylindrical-coordinate representation of color #45488D: hue angle of 237.5º 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 #45488D is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 72 | 141 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.45 |
| HSL | 237.5º | 0.34% | 0.41% | - |
| HSV(B) | 237.5º | 0.51% | 0.55% | - |
| XYZ | 9.58 | 7.82 | 26.2 | - |
| YUV | 78.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 141 | 0.51 | 0.49 | 0 | 0.45 | 237.5 | 0.34 | 0.41 |
| Hex | 45 | 48 | 8D | 33 | 31 | 0 | 2D | EE | 22 | 29 |
| Octal | 105 | 110 | 215 | 63 | 61 | 0 | 55 | 356 | 42 | 51 |
| Binary | 1000101 | 1001000 | 10001101 | 110011 | 110001 | 0 | 101101 | 11101110 | 100010 | 101001 |
Color Harmonies of #45488D
Complementary color
Monochromatic Colors of #45488D
Black with #45488D
Text Example
Text Example
White with #45488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45488D; }
p { color: rgb(69,72,141); }
H1.HeaderClassName
{
color: #45488D;
}
.AnyTagClassName
{
color: #45488D;
}
</style>
background-color css
<style>
a { background-color: #45488D; }
a { background-color: rgb(69,72,141); }
div.DivClassName
{
background-color: #45488D;
}
.BgClassName
{
background-color: #45488D;
}
</style>
border-color css
<style>
span { border-color: #45488D; }
span { border-color: rgb(69,72,141); }
td.TdClassName
{
border-color: #45488D;
}
.TagClassName
{
border-color: #45488D;
}
</style>