Shades of Dark Slate Blue #424493
Tints of Dark Slate Blue #424493
RGB
CMYK
RGB Variations
Color information
#424493 (or 0x424493) is known color: Dark Slate Blue. HEX triplet: 42, 44 and 93. RGB value is (66,68,147). Sum of RGB (Red+Green+Blue) = 66+68+147=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #424493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424493 is #BDBB6C. Grayscale: #4C4C4C. Windows color (decimal): -12434285 or 9651266. OLE color: 9651266.
HSL color Cylindrical-coordinate representation of color #424493: hue angle of 238.52º 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 #424493 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 68 | 147 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.42 |
| HSL | 238.52º | 0.38% | 0.42% | - |
| HSV(B) | 238.52º | 0.55% | 0.58% | - |
| XYZ | 9.58 | 7.4 | 28.53 | - |
| YUV | 76.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 147 | 0.55 | 0.54 | 0 | 0.42 | 238.52 | 0.38 | 0.42 |
| Hex | 42 | 44 | 93 | 37 | 36 | 0 | 2A | EF | 26 | 2A |
| Octal | 102 | 104 | 223 | 67 | 66 | 0 | 52 | 357 | 46 | 52 |
| Binary | 1000010 | 1000100 | 10010011 | 110111 | 110110 | 0 | 101010 | 11101111 | 100110 | 101010 |
Color Harmonies of #424493
Complementary color
Monochromatic Colors of #424493
Black with #424493
Text Example
Text Example
White with #424493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424493; }
p { color: rgb(66,68,147); }
H1.HeaderClassName
{
color: #424493;
}
.AnyTagClassName
{
color: #424493;
}
</style>
background-color css
<style>
a { background-color: #424493; }
a { background-color: rgb(66,68,147); }
div.DivClassName
{
background-color: #424493;
}
.BgClassName
{
background-color: #424493;
}
</style>
border-color css
<style>
span { border-color: #424493; }
span { border-color: rgb(66,68,147); }
td.TdClassName
{
border-color: #424493;
}
.TagClassName
{
border-color: #424493;
}
</style>