Shades of Dark Slate Blue #4B4985
Tints of Dark Slate Blue #4B4985
RGB
CMYK
RGB Variations
Color information
#4B4985 (or 0x4B4985) is known color: Dark Slate Blue. HEX triplet: 4B, 49 and 85. RGB value is (75,73,133). Sum of RGB (Red+Green+Blue) = 75+73+133=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B4985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4985 is #B4B67A. Grayscale: #505050. Windows color (decimal): -11843195 or 8735051. OLE color: 8735051.
HSL color Cylindrical-coordinate representation of color #4B4985: hue angle of 242º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B4985 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 73 | 133 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.48 |
| HSL | 242º | 0.29% | 0.4% | - |
| HSV(B) | 242º | 0.45% | 0.52% | - |
| XYZ | 9.52 | 7.95 | 23.22 | - |
| YUV | 80.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 133 | 0.44 | 0.45 | 0 | 0.48 | 242 | 0.29 | 0.4 |
| Hex | 4B | 49 | 85 | 2C | 2D | 0 | 30 | F2 | 1D | 28 |
| Octal | 113 | 111 | 205 | 54 | 55 | 0 | 60 | 362 | 35 | 50 |
| Binary | 1001011 | 1001001 | 10000101 | 101100 | 101101 | 0 | 110000 | 11110010 | 11101 | 101000 |
Color Harmonies of #4B4985
Complementary color
Monochromatic Colors of #4B4985
Black with #4B4985
Text Example
Text Example
White with #4B4985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4985; }
p { color: rgb(75,73,133); }
H1.HeaderClassName
{
color: #4B4985;
}
.AnyTagClassName
{
color: #4B4985;
}
</style>
background-color css
<style>
a { background-color: #4B4985; }
a { background-color: rgb(75,73,133); }
div.DivClassName
{
background-color: #4B4985;
}
.BgClassName
{
background-color: #4B4985;
}
</style>
border-color css
<style>
span { border-color: #4B4985; }
span { border-color: rgb(75,73,133); }
td.TdClassName
{
border-color: #4B4985;
}
.TagClassName
{
border-color: #4B4985;
}
</style>