Shades of Dark Slate Blue #454695
Tints of Dark Slate Blue #454695
RGB
CMYK
RGB Variations
Color information
#454695 (or 0x454695) is known color: Dark Slate Blue. HEX triplet: 45, 46 and 95. RGB value is (69,70,149). Sum of RGB (Red+Green+Blue) = 69+70+149=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #454695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454695 is #BAB96A. Grayscale: #4E4E4E. Windows color (decimal): -12237163 or 9782853. OLE color: 9782853.
HSL color Cylindrical-coordinate representation of color #454695: hue angle of 239.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454695 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 70 | 149 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.42 |
| HSL | 239.25º | 0.37% | 0.43% | - |
| HSV(B) | 239.25º | 0.54% | 0.58% | - |
| XYZ | 10.07 | 7.82 | 29.41 | - |
| YUV | 78.71 | 167.67 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 149 | 0.54 | 0.53 | 0 | 0.42 | 239.25 | 0.37 | 0.43 |
| Hex | 45 | 46 | 95 | 36 | 35 | 0 | 2A | EF | 25 | 2B |
| Octal | 105 | 106 | 225 | 66 | 65 | 0 | 52 | 357 | 45 | 53 |
| Binary | 1000101 | 1000110 | 10010101 | 110110 | 110101 | 0 | 101010 | 11101111 | 100101 | 101011 |
Color Harmonies of #454695
Complementary color
Monochromatic Colors of #454695
Black with #454695
Text Example
Text Example
White with #454695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454695; }
p { color: rgb(69,70,149); }
H1.HeaderClassName
{
color: #454695;
}
.AnyTagClassName
{
color: #454695;
}
</style>
background-color css
<style>
a { background-color: #454695; }
a { background-color: rgb(69,70,149); }
div.DivClassName
{
background-color: #454695;
}
.BgClassName
{
background-color: #454695;
}
</style>
border-color css
<style>
span { border-color: #454695; }
span { border-color: rgb(69,70,149); }
td.TdClassName
{
border-color: #454695;
}
.TagClassName
{
border-color: #454695;
}
</style>