Shades of Dark Slate Blue #4B457D
Tints of Dark Slate Blue #4B457D
RGB
CMYK
RGB Variations
Color information
#4B457D (or 0x4B457D) is known color: Dark Slate Blue. HEX triplet: 4B, 45 and 7D. RGB value is (75,69,125). Sum of RGB (Red+Green+Blue) = 75+69+125=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B457D is #B4BA82. Grayscale: #4C4C4C. Windows color (decimal): -11844227 or 8209739. OLE color: 8209739.
HSL color Cylindrical-coordinate representation of color #4B457D: hue angle of 246.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B457D is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 69 | 125 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.51 |
| HSL | 246.43º | 0.29% | 0.38% | - |
| HSV(B) | 246.43º | 0.45% | 0.49% | - |
| XYZ | 8.73 | 7.23 | 20.34 | - |
| YUV | 77.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 125 | 0.40 | 0.45 | 0 | 0.51 | 246.43 | 0.29 | 0.38 |
| Hex | 4B | 45 | 7D | 28 | 2D | 0 | 33 | F6 | 1D | 26 |
| Octal | 113 | 105 | 175 | 50 | 55 | 0 | 63 | 366 | 35 | 46 |
| Binary | 1001011 | 1000101 | 1111101 | 101000 | 101101 | 0 | 110011 | 11110110 | 11101 | 100110 |
Color Harmonies of #4B457D
Complementary color
Monochromatic Colors of #4B457D
Black with #4B457D
Text Example
Text Example
White with #4B457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B457D; }
p { color: rgb(75,69,125); }
H1.HeaderClassName
{
color: #4B457D;
}
.AnyTagClassName
{
color: #4B457D;
}
</style>
background-color css
<style>
a { background-color: #4B457D; }
a { background-color: rgb(75,69,125); }
div.DivClassName
{
background-color: #4B457D;
}
.BgClassName
{
background-color: #4B457D;
}
</style>
border-color css
<style>
span { border-color: #4B457D; }
span { border-color: rgb(75,69,125); }
td.TdClassName
{
border-color: #4B457D;
}
.TagClassName
{
border-color: #4B457D;
}
</style>