Shades of Dark Slate Blue #4D4591
Tints of Dark Slate Blue #4D4591
RGB
CMYK
RGB Variations
Color information
#4D4591 (or 0x4D4591) is known color: Dark Slate Blue. HEX triplet: 4D, 45 and 91. RGB value is (77,69,145). Sum of RGB (Red+Green+Blue) = 77+69+145=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D4591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4591 is #B2BA6E. Grayscale: #4F4F4F. Windows color (decimal): -11713135 or 9520461. OLE color: 9520461.
HSL color Cylindrical-coordinate representation of color #4D4591: hue angle of 246.32º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D4591 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 69 | 145 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.43 |
| HSL | 246.32º | 0.36% | 0.42% | - |
| HSV(B) | 246.32º | 0.52% | 0.57% | - |
| XYZ | 10.3 | 7.88 | 27.77 | - |
| YUV | 80.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 145 | 0.47 | 0.52 | 0 | 0.43 | 246.32 | 0.36 | 0.42 |
| Hex | 4D | 45 | 91 | 2F | 34 | 0 | 2B | F6 | 24 | 2A |
| Octal | 115 | 105 | 221 | 57 | 64 | 0 | 53 | 366 | 44 | 52 |
| Binary | 1001101 | 1000101 | 10010001 | 101111 | 110100 | 0 | 101011 | 11110110 | 100100 | 101010 |
Color Harmonies of #4D4591
Complementary color
Monochromatic Colors of #4D4591
Black with #4D4591
Text Example
Text Example
White with #4D4591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4591; }
p { color: rgb(77,69,145); }
H1.HeaderClassName
{
color: #4D4591;
}
.AnyTagClassName
{
color: #4D4591;
}
</style>
background-color css
<style>
a { background-color: #4D4591; }
a { background-color: rgb(77,69,145); }
div.DivClassName
{
background-color: #4D4591;
}
.BgClassName
{
background-color: #4D4591;
}
</style>
border-color css
<style>
span { border-color: #4D4591; }
span { border-color: rgb(77,69,145); }
td.TdClassName
{
border-color: #4D4591;
}
.TagClassName
{
border-color: #4D4591;
}
</style>