Shades of Rich Blue #4D40AB
Tints of Rich Blue #4D40AB
RGB
CMYK
RGB Variations
Color information
#4D40AB (or 0x4D40AB) is known color: Rich Blue. HEX triplet: 4D, 40 and AB. RGB value is (77,64,171). Sum of RGB (Red+Green+Blue) = 77+64+171=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D40AB is #B2BF54. Grayscale: #4F4F4F. Windows color (decimal): -11714389 or 11223117. OLE color: 11223117.
HSL color Cylindrical-coordinate representation of color #4D40AB: hue angle of 247.29º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D40AB is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 64 | 171 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.33 |
| HSL | 247.29º | 0.46% | 0.46% | - |
| HSV(B) | 247.29º | 0.63% | 0.67% | - |
| XYZ | 12.24 | 8.18 | 39.46 | - |
| YUV | 80.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 171 | 0.55 | 0.63 | 0 | 0.33 | 247.29 | 0.46 | 0.46 |
| Hex | 4D | 40 | AB | 37 | 3F | 0 | 21 | F7 | 2E | 2E |
| Octal | 115 | 100 | 253 | 67 | 77 | 0 | 41 | 367 | 56 | 56 |
| Binary | 1001101 | 1000000 | 10101011 | 110111 | 111111 | 0 | 100001 | 11110111 | 101110 | 101110 |
Color Harmonies of #4D40AB
Complementary color
Monochromatic Colors of #4D40AB
Black with #4D40AB
Text Example
Text Example
White with #4D40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D40AB; }
p { color: rgb(77,64,171); }
H1.HeaderClassName
{
color: #4D40AB;
}
.AnyTagClassName
{
color: #4D40AB;
}
</style>
background-color css
<style>
a { background-color: #4D40AB; }
a { background-color: rgb(77,64,171); }
div.DivClassName
{
background-color: #4D40AB;
}
.BgClassName
{
background-color: #4D40AB;
}
</style>
border-color css
<style>
span { border-color: #4D40AB; }
span { border-color: rgb(77,64,171); }
td.TdClassName
{
border-color: #4D40AB;
}
.TagClassName
{
border-color: #4D40AB;
}
</style>