Shades of Dark Slate Blue #4F468D
Tints of Dark Slate Blue #4F468D
RGB
CMYK
RGB Variations
Color information
#4F468D (or 0x4F468D) is known color: Dark Slate Blue. HEX triplet: 4F, 46 and 8D. RGB value is (79,70,141). Sum of RGB (Red+Green+Blue) = 79+70+141=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F468D is #B0B972. Grayscale: #505050. Windows color (decimal): -11581811 or 9258575. OLE color: 9258575.
HSL color Cylindrical-coordinate representation of color #4F468D: hue angle of 247.61º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F468D is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 70 | 141 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.45 |
| HSL | 247.61º | 0.34% | 0.41% | - |
| HSV(B) | 247.61º | 0.5% | 0.55% | - |
| XYZ | 10.22 | 7.97 | 26.2 | - |
| YUV | 80.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 141 | 0.44 | 0.50 | 0 | 0.45 | 247.61 | 0.34 | 0.41 |
| Hex | 4F | 46 | 8D | 2C | 32 | 0 | 2D | F8 | 22 | 29 |
| Octal | 117 | 106 | 215 | 54 | 62 | 0 | 55 | 370 | 42 | 51 |
| Binary | 1001111 | 1000110 | 10001101 | 101100 | 110010 | 0 | 101101 | 11111000 | 100010 | 101001 |
Color Harmonies of #4F468D
Complementary color
Monochromatic Colors of #4F468D
Black with #4F468D
Text Example
Text Example
White with #4F468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F468D; }
p { color: rgb(79,70,141); }
H1.HeaderClassName
{
color: #4F468D;
}
.AnyTagClassName
{
color: #4F468D;
}
</style>
background-color css
<style>
a { background-color: #4F468D; }
a { background-color: rgb(79,70,141); }
div.DivClassName
{
background-color: #4F468D;
}
.BgClassName
{
background-color: #4F468D;
}
</style>
border-color css
<style>
span { border-color: #4F468D; }
span { border-color: rgb(79,70,141); }
td.TdClassName
{
border-color: #4F468D;
}
.TagClassName
{
border-color: #4F468D;
}
</style>