Shades of Dark Slate Blue #424392
Tints of Dark Slate Blue #424392
RGB
CMYK
RGB Variations
Color information
#424392 (or 0x424392) is known color: Dark Slate Blue. HEX triplet: 42, 43 and 92. RGB value is (66,67,146). Sum of RGB (Red+Green+Blue) = 66+67+146=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #424392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424392 is #BDBC6D. Grayscale: #4B4B4B. Windows color (decimal): -12434542 or 9585474. OLE color: 9585474.
HSL color Cylindrical-coordinate representation of color #424392: hue angle of 239.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424392 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 67 | 146 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.43 |
| HSL | 239.25º | 0.38% | 0.42% | - |
| HSV(B) | 239.25º | 0.55% | 0.57% | - |
| XYZ | 9.44 | 7.25 | 28.1 | - |
| YUV | 75.71 | 167.67 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 146 | 0.55 | 0.54 | 0 | 0.43 | 239.25 | 0.38 | 0.42 |
| Hex | 42 | 43 | 92 | 37 | 36 | 0 | 2B | EF | 26 | 2A |
| Octal | 102 | 103 | 222 | 67 | 66 | 0 | 53 | 357 | 46 | 52 |
| Binary | 1000010 | 1000011 | 10010010 | 110111 | 110110 | 0 | 101011 | 11101111 | 100110 | 101010 |
Color Harmonies of #424392
Complementary color
Monochromatic Colors of #424392
Black with #424392
Text Example
Text Example
White with #424392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424392; }
p { color: rgb(66,67,146); }
H1.HeaderClassName
{
color: #424392;
}
.AnyTagClassName
{
color: #424392;
}
</style>
background-color css
<style>
a { background-color: #424392; }
a { background-color: rgb(66,67,146); }
div.DivClassName
{
background-color: #424392;
}
.BgClassName
{
background-color: #424392;
}
</style>
border-color css
<style>
span { border-color: #424392; }
span { border-color: rgb(66,67,146); }
td.TdClassName
{
border-color: #424392;
}
.TagClassName
{
border-color: #424392;
}
</style>