Shades of Dark Slate Blue #454296
Tints of Dark Slate Blue #454296
RGB
CMYK
RGB Variations
Color information
#454296 (or 0x454296) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 96. RGB value is (69,66,150). Sum of RGB (Red+Green+Blue) = 69+66+150=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #454296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454296 is #BABD69. Grayscale: #4C4C4C. Windows color (decimal): -12238186 or 9847365. OLE color: 9847365.
HSL color Cylindrical-coordinate representation of color #454296: hue angle of 242.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #454296 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 66 | 150 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.41 |
| HSL | 242.14º | 0.39% | 0.42% | - |
| HSV(B) | 242.14º | 0.56% | 0.59% | - |
| XYZ | 9.91 | 7.36 | 29.75 | - |
| YUV | 76.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 150 | 0.54 | 0.56 | 0 | 0.41 | 242.14 | 0.39 | 0.42 |
| Hex | 45 | 42 | 96 | 36 | 38 | 0 | 29 | F2 | 27 | 2A |
| Octal | 105 | 102 | 226 | 66 | 70 | 0 | 51 | 362 | 47 | 52 |
| Binary | 1000101 | 1000010 | 10010110 | 110110 | 111000 | 0 | 101001 | 11110010 | 100111 | 101010 |
Color Harmonies of #454296
Complementary color
Monochromatic Colors of #454296
Black with #454296
Text Example
Text Example
White with #454296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454296; }
p { color: rgb(69,66,150); }
H1.HeaderClassName
{
color: #454296;
}
.AnyTagClassName
{
color: #454296;
}
</style>
background-color css
<style>
a { background-color: #454296; }
a { background-color: rgb(69,66,150); }
div.DivClassName
{
background-color: #454296;
}
.BgClassName
{
background-color: #454296;
}
</style>
border-color css
<style>
span { border-color: #454296; }
span { border-color: rgb(69,66,150); }
td.TdClassName
{
border-color: #454296;
}
.TagClassName
{
border-color: #454296;
}
</style>