Shades of Dark Slate Blue #42458F
Tints of Dark Slate Blue #42458F
RGB
CMYK
RGB Variations
Color information
#42458F (or 0x42458F) is known color: Dark Slate Blue. HEX triplet: 42, 45 and 8F. RGB value is (66,69,143). Sum of RGB (Red+Green+Blue) = 66+69+143=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #42458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42458F is #BDBA70. Grayscale: #4C4C4C. Windows color (decimal): -12434033 or 9389378. OLE color: 9389378.
HSL color Cylindrical-coordinate representation of color #42458F: hue angle of 237.66º 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 #42458F is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 69 | 143 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.44 |
| HSL | 237.66º | 0.37% | 0.41% | - |
| HSV(B) | 237.66º | 0.54% | 0.56% | - |
| XYZ | 9.33 | 7.4 | 26.92 | - |
| YUV | 76.54 | 165.51 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 143 | 0.54 | 0.52 | 0 | 0.44 | 237.66 | 0.37 | 0.41 |
| Hex | 42 | 45 | 8F | 36 | 34 | 0 | 2C | EE | 25 | 29 |
| Octal | 102 | 105 | 217 | 66 | 64 | 0 | 54 | 356 | 45 | 51 |
| Binary | 1000010 | 1000101 | 10001111 | 110110 | 110100 | 0 | 101100 | 11101110 | 100101 | 101001 |
Color Harmonies of #42458F
Complementary color
Monochromatic Colors of #42458F
Black with #42458F
Text Example
Text Example
White with #42458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42458F; }
p { color: rgb(66,69,143); }
H1.HeaderClassName
{
color: #42458F;
}
.AnyTagClassName
{
color: #42458F;
}
</style>
background-color css
<style>
a { background-color: #42458F; }
a { background-color: rgb(66,69,143); }
div.DivClassName
{
background-color: #42458F;
}
.BgClassName
{
background-color: #42458F;
}
</style>
border-color css
<style>
span { border-color: #42458F; }
span { border-color: rgb(66,69,143); }
td.TdClassName
{
border-color: #42458F;
}
.TagClassName
{
border-color: #42458F;
}
</style>