Shades of Dark Slate Blue #454392
Tints of Dark Slate Blue #454392
RGB
CMYK
RGB Variations
Color information
#454392 (or 0x454392) is known color: Dark Slate Blue. HEX triplet: 45, 43 and 92. RGB value is (69,67,146). Sum of RGB (Red+Green+Blue) = 69+67+146=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #454392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454392 is #BABC6D. Grayscale: #4C4C4C. Windows color (decimal): -12237934 or 9585477. OLE color: 9585477.
HSL color Cylindrical-coordinate representation of color #454392: hue angle of 241.52º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454392 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 67 | 146 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.43 |
| HSL | 241.52º | 0.37% | 0.42% | - |
| HSV(B) | 241.52º | 0.54% | 0.57% | - |
| XYZ | 9.65 | 7.35 | 28.11 | - |
| YUV | 76.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 146 | 0.53 | 0.54 | 0 | 0.43 | 241.52 | 0.37 | 0.42 |
| Hex | 45 | 43 | 92 | 35 | 36 | 0 | 2B | F2 | 25 | 2A |
| Octal | 105 | 103 | 222 | 65 | 66 | 0 | 53 | 362 | 45 | 52 |
| Binary | 1000101 | 1000011 | 10010010 | 110101 | 110110 | 0 | 101011 | 11110010 | 100101 | 101010 |
Color Harmonies of #454392
Complementary color
Monochromatic Colors of #454392
Black with #454392
Text Example
Text Example
White with #454392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454392; }
p { color: rgb(69,67,146); }
H1.HeaderClassName
{
color: #454392;
}
.AnyTagClassName
{
color: #454392;
}
</style>
background-color css
<style>
a { background-color: #454392; }
a { background-color: rgb(69,67,146); }
div.DivClassName
{
background-color: #454392;
}
.BgClassName
{
background-color: #454392;
}
</style>
border-color css
<style>
span { border-color: #454392; }
span { border-color: rgb(69,67,146); }
td.TdClassName
{
border-color: #454392;
}
.TagClassName
{
border-color: #454392;
}
</style>