Shades of Dark Slate Blue #454198
Tints of Dark Slate Blue #454198
RGB
CMYK
RGB Variations
Color information
#454198 (or 0x454198) is known color: Dark Slate Blue. HEX triplet: 45, 41 and 98. RGB value is (69,65,152). Sum of RGB (Red+Green+Blue) = 69+65+152=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #454198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454198 is #BABE67. Grayscale: #4B4B4B. Windows color (decimal): -12238440 or 9978181. OLE color: 9978181.
HSL color Cylindrical-coordinate representation of color #454198: hue angle of 242.76º degrees, saturation: 0.4, 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 #454198 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 65 | 152 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.40 |
| HSL | 242.76º | 0.4% | 0.43% | - |
| HSV(B) | 242.76º | 0.57% | 0.6% | - |
| XYZ | 10.01 | 7.31 | 30.59 | - |
| YUV | 76.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 152 | 0.55 | 0.57 | 0 | 0.40 | 242.76 | 0.4 | 0.43 |
| Hex | 45 | 41 | 98 | 37 | 39 | 0 | 28 | F3 | 28 | 2B |
| Octal | 105 | 101 | 230 | 67 | 71 | 0 | 50 | 363 | 50 | 53 |
| Binary | 1000101 | 1000001 | 10011000 | 110111 | 111001 | 0 | 101000 | 11110011 | 101000 | 101011 |
Color Harmonies of #454198
Complementary color
Monochromatic Colors of #454198
Black with #454198
Text Example
Text Example
White with #454198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454198; }
p { color: rgb(69,65,152); }
H1.HeaderClassName
{
color: #454198;
}
.AnyTagClassName
{
color: #454198;
}
</style>
background-color css
<style>
a { background-color: #454198; }
a { background-color: rgb(69,65,152); }
div.DivClassName
{
background-color: #454198;
}
.BgClassName
{
background-color: #454198;
}
</style>
border-color css
<style>
span { border-color: #454198; }
span { border-color: rgb(69,65,152); }
td.TdClassName
{
border-color: #454198;
}
.TagClassName
{
border-color: #454198;
}
</style>