Shades of Dark Slate Blue #454790
Tints of Dark Slate Blue #454790
RGB
CMYK
RGB Variations
Color information
#454790 (or 0x454790) is known color: Dark Slate Blue. HEX triplet: 45, 47 and 90. RGB value is (69,71,144). Sum of RGB (Red+Green+Blue) = 69+71+144=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #454790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454790 is #BAB86F. Grayscale: #4E4E4E. Windows color (decimal): -12236912 or 9455429. OLE color: 9455429.
HSL color Cylindrical-coordinate representation of color #454790: hue angle of 238.4º 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 #454790 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 71 | 144 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.44 |
| HSL | 238.4º | 0.35% | 0.42% | - |
| HSV(B) | 238.4º | 0.52% | 0.56% | - |
| XYZ | 9.74 | 7.79 | 27.37 | - |
| YUV | 78.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 144 | 0.52 | 0.51 | 0 | 0.44 | 238.4 | 0.35 | 0.42 |
| Hex | 45 | 47 | 90 | 34 | 33 | 0 | 2C | EE | 23 | 2A |
| Octal | 105 | 107 | 220 | 64 | 63 | 0 | 54 | 356 | 43 | 52 |
| Binary | 1000101 | 1000111 | 10010000 | 110100 | 110011 | 0 | 101100 | 11101110 | 100011 | 101010 |
Color Harmonies of #454790
Complementary color
Monochromatic Colors of #454790
Black with #454790
Text Example
Text Example
White with #454790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454790; }
p { color: rgb(69,71,144); }
H1.HeaderClassName
{
color: #454790;
}
.AnyTagClassName
{
color: #454790;
}
</style>
background-color css
<style>
a { background-color: #454790; }
a { background-color: rgb(69,71,144); }
div.DivClassName
{
background-color: #454790;
}
.BgClassName
{
background-color: #454790;
}
</style>
border-color css
<style>
span { border-color: #454790; }
span { border-color: rgb(69,71,144); }
td.TdClassName
{
border-color: #454790;
}
.TagClassName
{
border-color: #454790;
}
</style>