Shades of Dark Slate Blue #4F458B
Tints of Dark Slate Blue #4F458B
RGB
CMYK
RGB Variations
Color information
#4F458B (or 0x4F458B) is known color: Dark Slate Blue. HEX triplet: 4F, 45 and 8B. RGB value is (79,69,139). Sum of RGB (Red+Green+Blue) = 79+69+139=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F458B is #B0BA74. Grayscale: #4F4F4F. Windows color (decimal): -11582069 or 9127247. OLE color: 9127247.
HSL color Cylindrical-coordinate representation of color #4F458B: hue angle of 248.57º 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 #4F458B is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 69 | 139 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.45 |
| HSL | 248.57º | 0.34% | 0.41% | - |
| HSV(B) | 248.57º | 0.5% | 0.55% | - |
| XYZ | 10.01 | 7.78 | 25.4 | - |
| YUV | 79.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 139 | 0.43 | 0.50 | 0 | 0.45 | 248.57 | 0.34 | 0.41 |
| Hex | 4F | 45 | 8B | 2B | 32 | 0 | 2D | F9 | 22 | 29 |
| Octal | 117 | 105 | 213 | 53 | 62 | 0 | 55 | 371 | 42 | 51 |
| Binary | 1001111 | 1000101 | 10001011 | 101011 | 110010 | 0 | 101101 | 11111001 | 100010 | 101001 |
Color Harmonies of #4F458B
Complementary color
Monochromatic Colors of #4F458B
Black with #4F458B
Text Example
Text Example
White with #4F458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F458B; }
p { color: rgb(79,69,139); }
H1.HeaderClassName
{
color: #4F458B;
}
.AnyTagClassName
{
color: #4F458B;
}
</style>
background-color css
<style>
a { background-color: #4F458B; }
a { background-color: rgb(79,69,139); }
div.DivClassName
{
background-color: #4F458B;
}
.BgClassName
{
background-color: #4F458B;
}
</style>
border-color css
<style>
span { border-color: #4F458B; }
span { border-color: rgb(79,69,139); }
td.TdClassName
{
border-color: #4F458B;
}
.TagClassName
{
border-color: #4F458B;
}
</style>