Shades of Dark Slate Blue #454690
Tints of Dark Slate Blue #454690
RGB
CMYK
RGB Variations
Color information
#454690 (or 0x454690) is known color: Dark Slate Blue. HEX triplet: 45, 46 and 90. RGB value is (69,70,144). Sum of RGB (Red+Green+Blue) = 69+70+144=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #454690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454690 is #BAB96F. Grayscale: #4D4D4D. Windows color (decimal): -12237168 or 9455173. OLE color: 9455173.
HSL color Cylindrical-coordinate representation of color #454690: hue angle of 239.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #454690 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 70 | 144 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.44 |
| HSL | 239.2º | 0.35% | 0.42% | - |
| HSV(B) | 239.2º | 0.52% | 0.56% | - |
| XYZ | 9.68 | 7.66 | 27.35 | - |
| YUV | 78.14 | 165.17 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 144 | 0.52 | 0.51 | 0 | 0.44 | 239.2 | 0.35 | 0.42 |
| Hex | 45 | 46 | 90 | 34 | 33 | 0 | 2C | EF | 23 | 2A |
| Octal | 105 | 106 | 220 | 64 | 63 | 0 | 54 | 357 | 43 | 52 |
| Binary | 1000101 | 1000110 | 10010000 | 110100 | 110011 | 0 | 101100 | 11101111 | 100011 | 101010 |
Color Harmonies of #454690
Complementary color
Monochromatic Colors of #454690
Black with #454690
Text Example
Text Example
White with #454690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454690; }
p { color: rgb(69,70,144); }
H1.HeaderClassName
{
color: #454690;
}
.AnyTagClassName
{
color: #454690;
}
</style>
background-color css
<style>
a { background-color: #454690; }
a { background-color: rgb(69,70,144); }
div.DivClassName
{
background-color: #454690;
}
.BgClassName
{
background-color: #454690;
}
</style>
border-color css
<style>
span { border-color: #454690; }
span { border-color: rgb(69,70,144); }
td.TdClassName
{
border-color: #454690;
}
.TagClassName
{
border-color: #454690;
}
</style>