Shades of Dark Slate Blue #45408B
Tints of Dark Slate Blue #45408B
RGB
CMYK
RGB Variations
Color information
#45408B (or 0x45408B) is known color: Dark Slate Blue. HEX triplet: 45, 40 and 8B. RGB value is (69,64,139). Sum of RGB (Red+Green+Blue) = 69+64+139=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #45408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45408B is #BABF74. Grayscale: #494949. Windows color (decimal): -12238709 or 9125957. OLE color: 9125957.
HSL color Cylindrical-coordinate representation of color #45408B: hue angle of 244º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45408B is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 64 | 139 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.45 |
| HSL | 244º | 0.37% | 0.4% | - |
| HSV(B) | 244º | 0.54% | 0.55% | - |
| XYZ | 8.95 | 6.8 | 25.27 | - |
| YUV | 74.05 | 164.66 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 139 | 0.50 | 0.54 | 0 | 0.45 | 244 | 0.37 | 0.4 |
| Hex | 45 | 40 | 8B | 32 | 36 | 0 | 2D | F4 | 25 | 28 |
| Octal | 105 | 100 | 213 | 62 | 66 | 0 | 55 | 364 | 45 | 50 |
| Binary | 1000101 | 1000000 | 10001011 | 110010 | 110110 | 0 | 101101 | 11110100 | 100101 | 101000 |
Color Harmonies of #45408B
Complementary color
Monochromatic Colors of #45408B
Black with #45408B
Text Example
Text Example
White with #45408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45408B; }
p { color: rgb(69,64,139); }
H1.HeaderClassName
{
color: #45408B;
}
.AnyTagClassName
{
color: #45408B;
}
</style>
background-color css
<style>
a { background-color: #45408B; }
a { background-color: rgb(69,64,139); }
div.DivClassName
{
background-color: #45408B;
}
.BgClassName
{
background-color: #45408B;
}
</style>
border-color css
<style>
span { border-color: #45408B; }
span { border-color: rgb(69,64,139); }
td.TdClassName
{
border-color: #45408B;
}
.TagClassName
{
border-color: #45408B;
}
</style>