Shades of Dark Slate Blue #424594
Tints of Dark Slate Blue #424594
RGB
CMYK
RGB Variations
Color information
#424594 (or 0x424594) is known color: Dark Slate Blue. HEX triplet: 42, 45 and 94. RGB value is (66,69,148). Sum of RGB (Red+Green+Blue) = 66+69+148=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #424594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424594 is #BDBA6B. Grayscale: #4C4C4C. Windows color (decimal): -12434028 or 9717058. OLE color: 9717058.
HSL color Cylindrical-coordinate representation of color #424594: hue angle of 237.8º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424594 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 69 | 148 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.42 |
| HSL | 237.8º | 0.38% | 0.42% | - |
| HSV(B) | 237.8º | 0.55% | 0.58% | - |
| XYZ | 9.72 | 7.55 | 28.96 | - |
| YUV | 77.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 148 | 0.55 | 0.53 | 0 | 0.42 | 237.8 | 0.38 | 0.42 |
| Hex | 42 | 45 | 94 | 37 | 35 | 0 | 2A | EE | 26 | 2A |
| Octal | 102 | 105 | 224 | 67 | 65 | 0 | 52 | 356 | 46 | 52 |
| Binary | 1000010 | 1000101 | 10010100 | 110111 | 110101 | 0 | 101010 | 11101110 | 100110 | 101010 |
Color Harmonies of #424594
Complementary color
Monochromatic Colors of #424594
Black with #424594
Text Example
Text Example
White with #424594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424594; }
p { color: rgb(66,69,148); }
H1.HeaderClassName
{
color: #424594;
}
.AnyTagClassName
{
color: #424594;
}
</style>
background-color css
<style>
a { background-color: #424594; }
a { background-color: rgb(66,69,148); }
div.DivClassName
{
background-color: #424594;
}
.BgClassName
{
background-color: #424594;
}
</style>
border-color css
<style>
span { border-color: #424594; }
span { border-color: rgb(66,69,148); }
td.TdClassName
{
border-color: #424594;
}
.TagClassName
{
border-color: #424594;
}
</style>