Shades of Dark Slate Blue #454298
Tints of Dark Slate Blue #454298
RGB
CMYK
RGB Variations
Color information
#454298 (or 0x454298) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 98. RGB value is (69,66,152). Sum of RGB (Red+Green+Blue) = 69+66+152=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #454298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454298 is #BABD67. Grayscale: #4C4C4C. Windows color (decimal): -12238184 or 9978437. OLE color: 9978437.
HSL color Cylindrical-coordinate representation of color #454298: hue angle of 242.09º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #454298 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 66 | 152 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.40 |
| HSL | 242.09º | 0.39% | 0.43% | - |
| HSV(B) | 242.09º | 0.57% | 0.6% | - |
| XYZ | 10.07 | 7.43 | 30.61 | - |
| YUV | 76.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 152 | 0.55 | 0.57 | 0 | 0.40 | 242.09 | 0.39 | 0.43 |
| Hex | 45 | 42 | 98 | 37 | 39 | 0 | 28 | F2 | 27 | 2B |
| Octal | 105 | 102 | 230 | 67 | 71 | 0 | 50 | 362 | 47 | 53 |
| Binary | 1000101 | 1000010 | 10011000 | 110111 | 111001 | 0 | 101000 | 11110010 | 100111 | 101011 |
Color Harmonies of #454298
Complementary color
Monochromatic Colors of #454298
Black with #454298
Text Example
Text Example
White with #454298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454298; }
p { color: rgb(69,66,152); }
H1.HeaderClassName
{
color: #454298;
}
.AnyTagClassName
{
color: #454298;
}
</style>
background-color css
<style>
a { background-color: #454298; }
a { background-color: rgb(69,66,152); }
div.DivClassName
{
background-color: #454298;
}
.BgClassName
{
background-color: #454298;
}
</style>
border-color css
<style>
span { border-color: #454298; }
span { border-color: rgb(69,66,152); }
td.TdClassName
{
border-color: #454298;
}
.TagClassName
{
border-color: #454298;
}
</style>