Shades of Dark Slate Blue #414792
Tints of Dark Slate Blue #414792
RGB
CMYK
RGB Variations
Color information
#414792 (or 0x414792) is known color: Dark Slate Blue. HEX triplet: 41, 47 and 92. RGB value is (65,71,146). Sum of RGB (Red+Green+Blue) = 65+71+146=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #414792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414792 is #BEB86D. Grayscale: #4D4D4D. Windows color (decimal): -12499054 or 9586497. OLE color: 9586497.
HSL color Cylindrical-coordinate representation of color #414792: hue angle of 235.56º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #414792 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 71 | 146 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.43 |
| HSL | 235.56º | 0.38% | 0.41% | - |
| HSV(B) | 235.56º | 0.55% | 0.57% | - |
| XYZ | 9.62 | 7.71 | 28.17 | - |
| YUV | 77.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 146 | 0.55 | 0.51 | 0 | 0.43 | 235.56 | 0.38 | 0.41 |
| Hex | 41 | 47 | 92 | 37 | 33 | 0 | 2B | EC | 26 | 29 |
| Octal | 101 | 107 | 222 | 67 | 63 | 0 | 53 | 354 | 46 | 51 |
| Binary | 1000001 | 1000111 | 10010010 | 110111 | 110011 | 0 | 101011 | 11101100 | 100110 | 101001 |
Color Harmonies of #414792
Complementary color
Monochromatic Colors of #414792
Black with #414792
Text Example
Text Example
White with #414792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414792; }
p { color: rgb(65,71,146); }
H1.HeaderClassName
{
color: #414792;
}
.AnyTagClassName
{
color: #414792;
}
</style>
background-color css
<style>
a { background-color: #414792; }
a { background-color: rgb(65,71,146); }
div.DivClassName
{
background-color: #414792;
}
.BgClassName
{
background-color: #414792;
}
</style>
border-color css
<style>
span { border-color: #414792; }
span { border-color: rgb(65,71,146); }
td.TdClassName
{
border-color: #414792;
}
.TagClassName
{
border-color: #414792;
}
</style>