Shades of Dark Slate Blue #45408C
Tints of Dark Slate Blue #45408C
RGB
CMYK
RGB Variations
Color information
#45408C (or 0x45408C) is known color: Dark Slate Blue. HEX triplet: 45, 40 and 8C. RGB value is (69,64,140). Sum of RGB (Red+Green+Blue) = 69+64+140=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #45408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45408C is #BABF73. Grayscale: #494949. Windows color (decimal): -12238708 or 9191493. OLE color: 9191493.
HSL color Cylindrical-coordinate representation of color #45408C: hue angle of 243.95º 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 #45408C is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 64 | 140 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.45 |
| HSL | 243.95º | 0.37% | 0.4% | - |
| HSV(B) | 243.95º | 0.54% | 0.55% | - |
| XYZ | 9.02 | 6.83 | 25.65 | - |
| YUV | 74.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 140 | 0.51 | 0.54 | 0 | 0.45 | 243.95 | 0.37 | 0.4 |
| Hex | 45 | 40 | 8C | 33 | 36 | 0 | 2D | F4 | 25 | 28 |
| Octal | 105 | 100 | 214 | 63 | 66 | 0 | 55 | 364 | 45 | 50 |
| Binary | 1000101 | 1000000 | 10001100 | 110011 | 110110 | 0 | 101101 | 11110100 | 100101 | 101000 |
Color Harmonies of #45408C
Complementary color
Monochromatic Colors of #45408C
Black with #45408C
Text Example
Text Example
White with #45408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45408C; }
p { color: rgb(69,64,140); }
H1.HeaderClassName
{
color: #45408C;
}
.AnyTagClassName
{
color: #45408C;
}
</style>
background-color css
<style>
a { background-color: #45408C; }
a { background-color: rgb(69,64,140); }
div.DivClassName
{
background-color: #45408C;
}
.BgClassName
{
background-color: #45408C;
}
</style>
border-color css
<style>
span { border-color: #45408C; }
span { border-color: rgb(69,64,140); }
td.TdClassName
{
border-color: #45408C;
}
.TagClassName
{
border-color: #45408C;
}
</style>