Shades of Dark Slate Blue #4B437C
Tints of Dark Slate Blue #4B437C
RGB
CMYK
RGB Variations
Color information
#4B437C (or 0x4B437C) is known color: Dark Slate Blue. HEX triplet: 4B, 43 and 7C. RGB value is (75,67,124). Sum of RGB (Red+Green+Blue) = 75+67+124=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B437C is #B4BC83. Grayscale: #4B4B4B. Windows color (decimal): -11844740 or 8143691. OLE color: 8143691.
HSL color Cylindrical-coordinate representation of color #4B437C: hue angle of 248.42º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B437C is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 67 | 124 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.51 |
| HSL | 248.42º | 0.3% | 0.37% | - |
| HSV(B) | 248.42º | 0.46% | 0.49% | - |
| XYZ | 8.55 | 6.97 | 19.96 | - |
| YUV | 75.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 124 | 0.40 | 0.46 | 0 | 0.51 | 248.42 | 0.3 | 0.37 |
| Hex | 4B | 43 | 7C | 28 | 2E | 0 | 33 | F8 | 1E | 25 |
| Octal | 113 | 103 | 174 | 50 | 56 | 0 | 63 | 370 | 36 | 45 |
| Binary | 1001011 | 1000011 | 1111100 | 101000 | 101110 | 0 | 110011 | 11111000 | 11110 | 100101 |
Color Harmonies of #4B437C
Complementary color
Monochromatic Colors of #4B437C
Black with #4B437C
Text Example
Text Example
White with #4B437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B437C; }
p { color: rgb(75,67,124); }
H1.HeaderClassName
{
color: #4B437C;
}
.AnyTagClassName
{
color: #4B437C;
}
</style>
background-color css
<style>
a { background-color: #4B437C; }
a { background-color: rgb(75,67,124); }
div.DivClassName
{
background-color: #4B437C;
}
.BgClassName
{
background-color: #4B437C;
}
</style>
border-color css
<style>
span { border-color: #4B437C; }
span { border-color: rgb(75,67,124); }
td.TdClassName
{
border-color: #4B437C;
}
.TagClassName
{
border-color: #4B437C;
}
</style>