Shades of Dark Slate Blue #454590
Tints of Dark Slate Blue #454590
RGB
CMYK
RGB Variations
Color information
#454590 (or 0x454590) is known color: Dark Slate Blue. HEX triplet: 45, 45 and 90. RGB value is (69,69,144). Sum of RGB (Red+Green+Blue) = 69+69+144=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #454590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454590 is #BABA6F. Grayscale: #4D4D4D. Windows color (decimal): -12237424 or 9454917. OLE color: 9454917.
HSL color Cylindrical-coordinate representation of color #454590: hue angle of 240º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #454590 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 69 | 144 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.44 |
| HSL | 240º | 0.35% | 0.42% | - |
| HSV(B) | 240º | 0.52% | 0.56% | - |
| XYZ | 9.62 | 7.54 | 27.33 | - |
| YUV | 77.55 | 165.5 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 144 | 0.52 | 0.52 | 0 | 0.44 | 240 | 0.35 | 0.42 |
| Hex | 45 | 45 | 90 | 34 | 34 | 0 | 2C | F0 | 23 | 2A |
| Octal | 105 | 105 | 220 | 64 | 64 | 0 | 54 | 360 | 43 | 52 |
| Binary | 1000101 | 1000101 | 10010000 | 110100 | 110100 | 0 | 101100 | 11110000 | 100011 | 101010 |
Color Harmonies of #454590
Complementary color
Monochromatic Colors of #454590
Black with #454590
Text Example
Text Example
White with #454590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454590; }
p { color: rgb(69,69,144); }
H1.HeaderClassName
{
color: #454590;
}
.AnyTagClassName
{
color: #454590;
}
</style>
background-color css
<style>
a { background-color: #454590; }
a { background-color: rgb(69,69,144); }
div.DivClassName
{
background-color: #454590;
}
.BgClassName
{
background-color: #454590;
}
</style>
border-color css
<style>
span { border-color: #454590; }
span { border-color: rgb(69,69,144); }
td.TdClassName
{
border-color: #454590;
}
.TagClassName
{
border-color: #454590;
}
</style>