Shades of Dark Slate Blue #454393
Tints of Dark Slate Blue #454393
RGB
CMYK
RGB Variations
Color information
#454393 (or 0x454393) is known color: Dark Slate Blue. HEX triplet: 45, 43 and 93. RGB value is (69,67,147). Sum of RGB (Red+Green+Blue) = 69+67+147=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #454393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454393 is #BABC6C. Grayscale: #4C4C4C. Windows color (decimal): -12237933 or 9651013. OLE color: 9651013.
HSL color Cylindrical-coordinate representation of color #454393: hue angle of 241.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454393 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 67 | 147 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.42 |
| HSL | 241.5º | 0.37% | 0.42% | - |
| HSV(B) | 241.5º | 0.54% | 0.58% | - |
| XYZ | 9.73 | 7.39 | 28.52 | - |
| YUV | 76.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 147 | 0.53 | 0.54 | 0 | 0.42 | 241.5 | 0.37 | 0.42 |
| Hex | 45 | 43 | 93 | 35 | 36 | 0 | 2A | F2 | 25 | 2A |
| Octal | 105 | 103 | 223 | 65 | 66 | 0 | 52 | 362 | 45 | 52 |
| Binary | 1000101 | 1000011 | 10010011 | 110101 | 110110 | 0 | 101010 | 11110010 | 100101 | 101010 |
Color Harmonies of #454393
Complementary color
Monochromatic Colors of #454393
Black with #454393
Text Example
Text Example
White with #454393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454393; }
p { color: rgb(69,67,147); }
H1.HeaderClassName
{
color: #454393;
}
.AnyTagClassName
{
color: #454393;
}
</style>
background-color css
<style>
a { background-color: #454393; }
a { background-color: rgb(69,67,147); }
div.DivClassName
{
background-color: #454393;
}
.BgClassName
{
background-color: #454393;
}
</style>
border-color css
<style>
span { border-color: #454393; }
span { border-color: rgb(69,67,147); }
td.TdClassName
{
border-color: #454393;
}
.TagClassName
{
border-color: #454393;
}
</style>