Shades of Dark Slate Blue #45448C
Tints of Dark Slate Blue #45448C
RGB
CMYK
RGB Variations
Color information
#45448C (or 0x45448C) is known color: Dark Slate Blue. HEX triplet: 45, 44 and 8C. RGB value is (69,68,140). Sum of RGB (Red+Green+Blue) = 69+68+140=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #45448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45448C is #BABB73. Grayscale: #4C4C4C. Windows color (decimal): -12237684 or 9192517. OLE color: 9192517.
HSL color Cylindrical-coordinate representation of color #45448C: hue angle of 240.83º degrees, saturation: 0.35, 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 #45448C is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 68 | 140 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.45 |
| HSL | 240.83º | 0.35% | 0.41% | - |
| HSV(B) | 240.83º | 0.51% | 0.55% | - |
| XYZ | 9.25 | 7.29 | 25.73 | - |
| YUV | 76.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 140 | 0.51 | 0.51 | 0 | 0.45 | 240.83 | 0.35 | 0.41 |
| Hex | 45 | 44 | 8C | 33 | 33 | 0 | 2D | F1 | 23 | 29 |
| Octal | 105 | 104 | 214 | 63 | 63 | 0 | 55 | 361 | 43 | 51 |
| Binary | 1000101 | 1000100 | 10001100 | 110011 | 110011 | 0 | 101101 | 11110001 | 100011 | 101001 |
Color Harmonies of #45448C
Complementary color
Monochromatic Colors of #45448C
Black with #45448C
Text Example
Text Example
White with #45448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45448C; }
p { color: rgb(69,68,140); }
H1.HeaderClassName
{
color: #45448C;
}
.AnyTagClassName
{
color: #45448C;
}
</style>
background-color css
<style>
a { background-color: #45448C; }
a { background-color: rgb(69,68,140); }
div.DivClassName
{
background-color: #45448C;
}
.BgClassName
{
background-color: #45448C;
}
</style>
border-color css
<style>
span { border-color: #45448C; }
span { border-color: rgb(69,68,140); }
td.TdClassName
{
border-color: #45448C;
}
.TagClassName
{
border-color: #45448C;
}
</style>