Shades of Dark Slate Blue #4A4985
Tints of Dark Slate Blue #4A4985
RGB
CMYK
RGB Variations
Color information
#4A4985 (or 0x4A4985) is known color: Dark Slate Blue. HEX triplet: 4A, 49 and 85. RGB value is (74,73,133). Sum of RGB (Red+Green+Blue) = 74+73+133=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A4985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4985 is #B5B67A. Grayscale: #4F4F4F. Windows color (decimal): -11908731 or 8735050. OLE color: 8735050.
HSL color Cylindrical-coordinate representation of color #4A4985: hue angle of 241º 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 #4A4985 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 73 | 133 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.48 |
| HSL | 241º | 0.29% | 0.4% | - |
| HSV(B) | 241º | 0.45% | 0.52% | - |
| XYZ | 9.44 | 7.91 | 23.22 | - |
| YUV | 80.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 73 | 133 | 0.44 | 0.45 | 0 | 0.48 | 241 | 0.29 | 0.4 |
| Hex | 4A | 49 | 85 | 2C | 2D | 0 | 30 | F1 | 1D | 28 |
| Octal | 112 | 111 | 205 | 54 | 55 | 0 | 60 | 361 | 35 | 50 |
| Binary | 1001010 | 1001001 | 10000101 | 101100 | 101101 | 0 | 110000 | 11110001 | 11101 | 101000 |
Color Harmonies of #4A4985
Complementary color
Monochromatic Colors of #4A4985
Black with #4A4985
Text Example
Text Example
White with #4A4985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4985; }
p { color: rgb(74,73,133); }
H1.HeaderClassName
{
color: #4A4985;
}
.AnyTagClassName
{
color: #4A4985;
}
</style>
background-color css
<style>
a { background-color: #4A4985; }
a { background-color: rgb(74,73,133); }
div.DivClassName
{
background-color: #4A4985;
}
.BgClassName
{
background-color: #4A4985;
}
</style>
border-color css
<style>
span { border-color: #4A4985; }
span { border-color: rgb(74,73,133); }
td.TdClassName
{
border-color: #4A4985;
}
.TagClassName
{
border-color: #4A4985;
}
</style>