Shades of Dark Slate Blue #4B467F
Tints of Dark Slate Blue #4B467F
RGB
CMYK
RGB Variations
Color information
#4B467F (or 0x4B467F) is known color: Dark Slate Blue. HEX triplet: 4B, 46 and 7F. RGB value is (75,70,127). Sum of RGB (Red+Green+Blue) = 75+70+127=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B467F is #B4B980. Grayscale: #4D4D4D. Windows color (decimal): -11843969 or 8341067. OLE color: 8341067.
HSL color Cylindrical-coordinate representation of color #4B467F: hue angle of 245.26º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B467F is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 70 | 127 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.50 |
| HSL | 245.26º | 0.29% | 0.39% | - |
| HSV(B) | 245.26º | 0.45% | 0.5% | - |
| XYZ | 8.92 | 7.41 | 21.04 | - |
| YUV | 77.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 127 | 0.41 | 0.45 | 0 | 0.50 | 245.26 | 0.29 | 0.39 |
| Hex | 4B | 46 | 7F | 29 | 2D | 0 | 32 | F5 | 1D | 27 |
| Octal | 113 | 106 | 177 | 51 | 55 | 0 | 62 | 365 | 35 | 47 |
| Binary | 1001011 | 1000110 | 1111111 | 101001 | 101101 | 0 | 110010 | 11110101 | 11101 | 100111 |
Color Harmonies of #4B467F
Complementary color
Monochromatic Colors of #4B467F
Black with #4B467F
Text Example
Text Example
White with #4B467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B467F; }
p { color: rgb(75,70,127); }
H1.HeaderClassName
{
color: #4B467F;
}
.AnyTagClassName
{
color: #4B467F;
}
</style>
background-color css
<style>
a { background-color: #4B467F; }
a { background-color: rgb(75,70,127); }
div.DivClassName
{
background-color: #4B467F;
}
.BgClassName
{
background-color: #4B467F;
}
</style>
border-color css
<style>
span { border-color: #4B467F; }
span { border-color: rgb(75,70,127); }
td.TdClassName
{
border-color: #4B467F;
}
.TagClassName
{
border-color: #4B467F;
}
</style>