Shades of Dark Slate Blue #4D4896
Tints of Dark Slate Blue #4D4896
RGB
CMYK
RGB Variations
Color information
#4D4896 (or 0x4D4896) is known color: Dark Slate Blue. HEX triplet: 4D, 48 and 96. RGB value is (77,72,150). Sum of RGB (Red+Green+Blue) = 77+72+150=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D4896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4896 is #B2B769. Grayscale: #525252. Windows color (decimal): -11712362 or 9848909. OLE color: 9848909.
HSL color Cylindrical-coordinate representation of color #4D4896: hue angle of 243.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D4896 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 72 | 150 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.41 |
| HSL | 243.85º | 0.35% | 0.44% | - |
| HSV(B) | 243.85º | 0.52% | 0.59% | - |
| XYZ | 10.88 | 8.41 | 29.9 | - |
| YUV | 82.39 | 166.16 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 150 | 0.49 | 0.52 | 0 | 0.41 | 243.85 | 0.35 | 0.44 |
| Hex | 4D | 48 | 96 | 31 | 34 | 0 | 29 | F4 | 23 | 2C |
| Octal | 115 | 110 | 226 | 61 | 64 | 0 | 51 | 364 | 43 | 54 |
| Binary | 1001101 | 1001000 | 10010110 | 110001 | 110100 | 0 | 101001 | 11110100 | 100011 | 101100 |
Color Harmonies of #4D4896
Complementary color
Monochromatic Colors of #4D4896
Black with #4D4896
Text Example
Text Example
White with #4D4896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4896; }
p { color: rgb(77,72,150); }
H1.HeaderClassName
{
color: #4D4896;
}
.AnyTagClassName
{
color: #4D4896;
}
</style>
background-color css
<style>
a { background-color: #4D4896; }
a { background-color: rgb(77,72,150); }
div.DivClassName
{
background-color: #4D4896;
}
.BgClassName
{
background-color: #4D4896;
}
</style>
border-color css
<style>
span { border-color: #4D4896; }
span { border-color: rgb(77,72,150); }
td.TdClassName
{
border-color: #4D4896;
}
.TagClassName
{
border-color: #4D4896;
}
</style>