Shades of Dark Slate Blue #454294
Tints of Dark Slate Blue #454294
RGB
CMYK
RGB Variations
Color information
#454294 (or 0x454294) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 94. RGB value is (69,66,148). Sum of RGB (Red+Green+Blue) = 69+66+148=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #454294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454294 is #BABD6B. Grayscale: #4B4B4B. Windows color (decimal): -12238188 or 9716293. OLE color: 9716293.
HSL color Cylindrical-coordinate representation of color #454294: hue angle of 242.2º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #454294 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 66 | 148 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.42 |
| HSL | 242.2º | 0.38% | 0.42% | - |
| HSV(B) | 242.2º | 0.55% | 0.58% | - |
| XYZ | 9.75 | 7.3 | 28.91 | - |
| YUV | 76.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 148 | 0.53 | 0.55 | 0 | 0.42 | 242.2 | 0.38 | 0.42 |
| Hex | 45 | 42 | 94 | 35 | 37 | 0 | 2A | F2 | 26 | 2A |
| Octal | 105 | 102 | 224 | 65 | 67 | 0 | 52 | 362 | 46 | 52 |
| Binary | 1000101 | 1000010 | 10010100 | 110101 | 110111 | 0 | 101010 | 11110010 | 100110 | 101010 |
Color Harmonies of #454294
Complementary color
Monochromatic Colors of #454294
Black with #454294
Text Example
Text Example
White with #454294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454294; }
p { color: rgb(69,66,148); }
H1.HeaderClassName
{
color: #454294;
}
.AnyTagClassName
{
color: #454294;
}
</style>
background-color css
<style>
a { background-color: #454294; }
a { background-color: rgb(69,66,148); }
div.DivClassName
{
background-color: #454294;
}
.BgClassName
{
background-color: #454294;
}
</style>
border-color css
<style>
span { border-color: #454294; }
span { border-color: rgb(69,66,148); }
td.TdClassName
{
border-color: #454294;
}
.TagClassName
{
border-color: #454294;
}
</style>