Shades of Dark Slate Blue #454094
Tints of Dark Slate Blue #454094
RGB
CMYK
RGB Variations
Color information
#454094 (or 0x454094) is known color: Dark Slate Blue. HEX triplet: 45, 40 and 94. RGB value is (69,64,148). Sum of RGB (Red+Green+Blue) = 69+64+148=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #454094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454094 is #BABF6B. Grayscale: #4A4A4A. Windows color (decimal): -12238700 or 9715781. OLE color: 9715781.
HSL color Cylindrical-coordinate representation of color #454094: hue angle of 243.57º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #454094 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 64 | 148 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.42 |
| HSL | 243.57º | 0.4% | 0.42% | - |
| HSV(B) | 243.57º | 0.57% | 0.58% | - |
| XYZ | 9.63 | 7.07 | 28.87 | - |
| YUV | 75.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 148 | 0.53 | 0.57 | 0 | 0.42 | 243.57 | 0.4 | 0.42 |
| Hex | 45 | 40 | 94 | 35 | 39 | 0 | 2A | F4 | 28 | 2A |
| Octal | 105 | 100 | 224 | 65 | 71 | 0 | 52 | 364 | 50 | 52 |
| Binary | 1000101 | 1000000 | 10010100 | 110101 | 111001 | 0 | 101010 | 11110100 | 101000 | 101010 |
Color Harmonies of #454094
Complementary color
Monochromatic Colors of #454094
Black with #454094
Text Example
Text Example
White with #454094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454094; }
p { color: rgb(69,64,148); }
H1.HeaderClassName
{
color: #454094;
}
.AnyTagClassName
{
color: #454094;
}
</style>
background-color css
<style>
a { background-color: #454094; }
a { background-color: rgb(69,64,148); }
div.DivClassName
{
background-color: #454094;
}
.BgClassName
{
background-color: #454094;
}
</style>
border-color css
<style>
span { border-color: #454094; }
span { border-color: rgb(69,64,148); }
td.TdClassName
{
border-color: #454094;
}
.TagClassName
{
border-color: #454094;
}
</style>