Shades of Dark Slate Blue #424490
Tints of Dark Slate Blue #424490
RGB
CMYK
RGB Variations
Color information
#424490 (or 0x424490) is known color: Dark Slate Blue. HEX triplet: 42, 44 and 90. RGB value is (66,68,144). Sum of RGB (Red+Green+Blue) = 66+68+144=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #424490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424490 is #BDBB6F. Grayscale: #4B4B4B. Windows color (decimal): -12434288 or 9454658. OLE color: 9454658.
HSL color Cylindrical-coordinate representation of color #424490: hue angle of 238.46º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424490 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 68 | 144 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.44 |
| HSL | 238.46º | 0.37% | 0.41% | - |
| HSV(B) | 238.46º | 0.54% | 0.56% | - |
| XYZ | 9.35 | 7.31 | 27.3 | - |
| YUV | 76.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 144 | 0.54 | 0.53 | 0 | 0.44 | 238.46 | 0.37 | 0.41 |
| Hex | 42 | 44 | 90 | 36 | 35 | 0 | 2C | EE | 25 | 29 |
| Octal | 102 | 104 | 220 | 66 | 65 | 0 | 54 | 356 | 45 | 51 |
| Binary | 1000010 | 1000100 | 10010000 | 110110 | 110101 | 0 | 101100 | 11101110 | 100101 | 101001 |
Color Harmonies of #424490
Complementary color
Monochromatic Colors of #424490
Black with #424490
Text Example
Text Example
White with #424490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424490; }
p { color: rgb(66,68,144); }
H1.HeaderClassName
{
color: #424490;
}
.AnyTagClassName
{
color: #424490;
}
</style>
background-color css
<style>
a { background-color: #424490; }
a { background-color: rgb(66,68,144); }
div.DivClassName
{
background-color: #424490;
}
.BgClassName
{
background-color: #424490;
}
</style>
border-color css
<style>
span { border-color: #424490; }
span { border-color: rgb(66,68,144); }
td.TdClassName
{
border-color: #424490;
}
.TagClassName
{
border-color: #424490;
}
</style>