Shades of Dark Slate Blue #454199
Tints of Dark Slate Blue #454199
RGB
CMYK
RGB Variations
Color information
#454199 (or 0x454199) is known color: Dark Slate Blue. HEX triplet: 45, 41 and 99. RGB value is (69,65,153). Sum of RGB (Red+Green+Blue) = 69+65+153=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #454199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454199 is #BABE66. Grayscale: #4B4B4B. Windows color (decimal): -12238439 or 10043717. OLE color: 10043717.
HSL color Cylindrical-coordinate representation of color #454199: hue angle of 242.73º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #454199 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 65 | 153 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.4 |
| HSL | 242.73º | 0.4% | 0.43% | - |
| HSV(B) | 242.73º | 0.58% | 0.6% | - |
| XYZ | 10.09 | 7.35 | 31.02 | - |
| YUV | 76.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 153 | 0.55 | 0.58 | 0 | 0.4 | 242.73 | 0.4 | 0.43 |
| Hex | 45 | 41 | 99 | 37 | 3A | 0 | 28 | F3 | 28 | 2B |
| Octal | 105 | 101 | 231 | 67 | 72 | 0 | 50 | 363 | 50 | 53 |
| Binary | 1000101 | 1000001 | 10011001 | 110111 | 111010 | 0 | 101000 | 11110011 | 101000 | 101011 |
Color Harmonies of #454199
Complementary color
Monochromatic Colors of #454199
Black with #454199
Text Example
Text Example
White with #454199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454199; }
p { color: rgb(69,65,153); }
H1.HeaderClassName
{
color: #454199;
}
.AnyTagClassName
{
color: #454199;
}
</style>
background-color css
<style>
a { background-color: #454199; }
a { background-color: rgb(69,65,153); }
div.DivClassName
{
background-color: #454199;
}
.BgClassName
{
background-color: #454199;
}
</style>
border-color css
<style>
span { border-color: #454199; }
span { border-color: rgb(69,65,153); }
td.TdClassName
{
border-color: #454199;
}
.TagClassName
{
border-color: #454199;
}
</style>