Shades of Dark Slate Blue #40429D
Tints of Dark Slate Blue #40429D
RGB
CMYK
RGB Variations
Color information
#40429D (or 0x40429D) is known color: Dark Slate Blue. HEX triplet: 40, 42 and 9D. RGB value is (64,66,157). Sum of RGB (Red+Green+Blue) = 64+66+157=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #40429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40429D is #BFBD62. Grayscale: #4B4B4B. Windows color (decimal): -12565859 or 10306112. OLE color: 10306112.
HSL color Cylindrical-coordinate representation of color #40429D: hue angle of 238.71º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40429D is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 66 | 157 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.38 |
| HSL | 238.71º | 0.42% | 0.43% | - |
| HSV(B) | 238.71º | 0.59% | 0.62% | - |
| XYZ | 10.15 | 7.42 | 32.8 | - |
| YUV | 75.78 | 173.84 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 157 | 0.59 | 0.58 | 0 | 0.38 | 238.71 | 0.42 | 0.43 |
| Hex | 40 | 42 | 9D | 3B | 3A | 0 | 26 | EF | 2A | 2B |
| Octal | 100 | 102 | 235 | 73 | 72 | 0 | 46 | 357 | 52 | 53 |
| Binary | 1000000 | 1000010 | 10011101 | 111011 | 111010 | 0 | 100110 | 11101111 | 101010 | 101011 |
Color Harmonies of #40429D
Complementary color
Monochromatic Colors of #40429D
Black with #40429D
Text Example
Text Example
White with #40429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40429D; }
p { color: rgb(64,66,157); }
H1.HeaderClassName
{
color: #40429D;
}
.AnyTagClassName
{
color: #40429D;
}
</style>
background-color css
<style>
a { background-color: #40429D; }
a { background-color: rgb(64,66,157); }
div.DivClassName
{
background-color: #40429D;
}
.BgClassName
{
background-color: #40429D;
}
</style>
border-color css
<style>
span { border-color: #40429D; }
span { border-color: rgb(64,66,157); }
td.TdClassName
{
border-color: #40429D;
}
.TagClassName
{
border-color: #40429D;
}
</style>