Shades of Dark Slate Blue #4B427D
Tints of Dark Slate Blue #4B427D
RGB
CMYK
RGB Variations
Color information
#4B427D (or 0x4B427D) is known color: Dark Slate Blue. HEX triplet: 4B, 42 and 7D. RGB value is (75,66,125). Sum of RGB (Red+Green+Blue) = 75+66+125=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B427D is #B4BD82. Grayscale: #4B4B4B. Windows color (decimal): -11844995 or 8208971. OLE color: 8208971.
HSL color Cylindrical-coordinate representation of color #4B427D: hue angle of 249.15º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B427D is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 66 | 125 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.51 |
| HSL | 249.15º | 0.31% | 0.37% | - |
| HSV(B) | 249.15º | 0.47% | 0.49% | - |
| XYZ | 8.55 | 6.87 | 20.28 | - |
| YUV | 75.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 125 | 0.40 | 0.47 | 0 | 0.51 | 249.15 | 0.31 | 0.37 |
| Hex | 4B | 42 | 7D | 28 | 2F | 0 | 33 | F9 | 1F | 25 |
| Octal | 113 | 102 | 175 | 50 | 57 | 0 | 63 | 371 | 37 | 45 |
| Binary | 1001011 | 1000010 | 1111101 | 101000 | 101111 | 0 | 110011 | 11111001 | 11111 | 100101 |
Color Harmonies of #4B427D
Complementary color
Monochromatic Colors of #4B427D
Black with #4B427D
Text Example
Text Example
White with #4B427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B427D; }
p { color: rgb(75,66,125); }
H1.HeaderClassName
{
color: #4B427D;
}
.AnyTagClassName
{
color: #4B427D;
}
</style>
background-color css
<style>
a { background-color: #4B427D; }
a { background-color: rgb(75,66,125); }
div.DivClassName
{
background-color: #4B427D;
}
.BgClassName
{
background-color: #4B427D;
}
</style>
border-color css
<style>
span { border-color: #4B427D; }
span { border-color: rgb(75,66,125); }
td.TdClassName
{
border-color: #4B427D;
}
.TagClassName
{
border-color: #4B427D;
}
</style>