Shades of Dark Slate Blue #454297
Tints of Dark Slate Blue #454297
RGB
CMYK
RGB Variations
Color information
#454297 (or 0x454297) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 97. RGB value is (69,66,151). Sum of RGB (Red+Green+Blue) = 69+66+151=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #454297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454297 is #BABD68. Grayscale: #4C4C4C. Windows color (decimal): -12238185 or 9912901. OLE color: 9912901.
HSL color Cylindrical-coordinate representation of color #454297: hue angle of 242.12º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #454297 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 66 | 151 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.41 |
| HSL | 242.12º | 0.39% | 0.43% | - |
| HSV(B) | 242.12º | 0.56% | 0.59% | - |
| XYZ | 9.99 | 7.4 | 30.18 | - |
| YUV | 76.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 151 | 0.54 | 0.56 | 0 | 0.41 | 242.12 | 0.39 | 0.43 |
| Hex | 45 | 42 | 97 | 36 | 38 | 0 | 29 | F2 | 27 | 2B |
| Octal | 105 | 102 | 227 | 66 | 70 | 0 | 51 | 362 | 47 | 53 |
| Binary | 1000101 | 1000010 | 10010111 | 110110 | 111000 | 0 | 101001 | 11110010 | 100111 | 101011 |
Color Harmonies of #454297
Complementary color
Monochromatic Colors of #454297
Black with #454297
Text Example
Text Example
White with #454297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454297; }
p { color: rgb(69,66,151); }
H1.HeaderClassName
{
color: #454297;
}
.AnyTagClassName
{
color: #454297;
}
</style>
background-color css
<style>
a { background-color: #454297; }
a { background-color: rgb(69,66,151); }
div.DivClassName
{
background-color: #454297;
}
.BgClassName
{
background-color: #454297;
}
</style>
border-color css
<style>
span { border-color: #454297; }
span { border-color: rgb(69,66,151); }
td.TdClassName
{
border-color: #454297;
}
.TagClassName
{
border-color: #454297;
}
</style>