Shades of Dark Slate Blue #4B427B
Tints of Dark Slate Blue #4B427B
RGB
CMYK
RGB Variations
Color information
#4B427B (or 0x4B427B) is known color: Dark Slate Blue. HEX triplet: 4B, 42 and 7B. RGB value is (75,66,123). Sum of RGB (Red+Green+Blue) = 75+66+123=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B427B is #B4BD84. Grayscale: #4A4A4A. Windows color (decimal): -11844997 or 8077899. OLE color: 8077899.
HSL color Cylindrical-coordinate representation of color #4B427B: hue angle of 249.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B427B is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 66 | 123 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.52 |
| HSL | 249.47º | 0.3% | 0.37% | - |
| HSV(B) | 249.47º | 0.46% | 0.48% | - |
| XYZ | 8.43 | 6.82 | 19.61 | - |
| YUV | 75.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 123 | 0.39 | 0.46 | 0 | 0.52 | 249.47 | 0.3 | 0.37 |
| Hex | 4B | 42 | 7B | 27 | 2E | 0 | 34 | F9 | 1E | 25 |
| Octal | 113 | 102 | 173 | 47 | 56 | 0 | 64 | 371 | 36 | 45 |
| Binary | 1001011 | 1000010 | 1111011 | 100111 | 101110 | 0 | 110100 | 11111001 | 11110 | 100101 |
Color Harmonies of #4B427B
Complementary color
Monochromatic Colors of #4B427B
Black with #4B427B
Text Example
Text Example
White with #4B427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B427B; }
p { color: rgb(75,66,123); }
H1.HeaderClassName
{
color: #4B427B;
}
.AnyTagClassName
{
color: #4B427B;
}
</style>
background-color css
<style>
a { background-color: #4B427B; }
a { background-color: rgb(75,66,123); }
div.DivClassName
{
background-color: #4B427B;
}
.BgClassName
{
background-color: #4B427B;
}
</style>
border-color css
<style>
span { border-color: #4B427B; }
span { border-color: rgb(75,66,123); }
td.TdClassName
{
border-color: #4B427B;
}
.TagClassName
{
border-color: #4B427B;
}
</style>