Shades of Dark Slate Blue #4B447C
Tints of Dark Slate Blue #4B447C
RGB
CMYK
RGB Variations
Color information
#4B447C (or 0x4B447C) is known color: Dark Slate Blue. HEX triplet: 4B, 44 and 7C. RGB value is (75,68,124). Sum of RGB (Red+Green+Blue) = 75+68+124=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B447C is #B4BB83. Grayscale: #4C4C4C. Windows color (decimal): -11844484 or 8143947. OLE color: 8143947.
HSL color Cylindrical-coordinate representation of color #4B447C: hue angle of 247.5º 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 #4B447C is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 68 | 124 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.51 |
| HSL | 247.5º | 0.29% | 0.38% | - |
| HSV(B) | 247.5º | 0.45% | 0.49% | - |
| XYZ | 8.61 | 7.09 | 19.98 | - |
| YUV | 76.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 124 | 0.40 | 0.45 | 0 | 0.51 | 247.5 | 0.29 | 0.38 |
| Hex | 4B | 44 | 7C | 28 | 2D | 0 | 33 | F8 | 1D | 26 |
| Octal | 113 | 104 | 174 | 50 | 55 | 0 | 63 | 370 | 35 | 46 |
| Binary | 1001011 | 1000100 | 1111100 | 101000 | 101101 | 0 | 110011 | 11111000 | 11101 | 100110 |
Color Harmonies of #4B447C
Complementary color
Monochromatic Colors of #4B447C
Black with #4B447C
Text Example
Text Example
White with #4B447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B447C; }
p { color: rgb(75,68,124); }
H1.HeaderClassName
{
color: #4B447C;
}
.AnyTagClassName
{
color: #4B447C;
}
</style>
background-color css
<style>
a { background-color: #4B447C; }
a { background-color: rgb(75,68,124); }
div.DivClassName
{
background-color: #4B447C;
}
.BgClassName
{
background-color: #4B447C;
}
</style>
border-color css
<style>
span { border-color: #4B447C; }
span { border-color: rgb(75,68,124); }
td.TdClassName
{
border-color: #4B447C;
}
.TagClassName
{
border-color: #4B447C;
}
</style>