Shades of Rich Blue #4D4CAB
Tints of Rich Blue #4D4CAB
RGB
CMYK
RGB Variations
Color information
#4D4CAB (or 0x4D4CAB) is known color: Rich Blue. HEX triplet: 4D, 4C and AB. RGB value is (77,76,171). Sum of RGB (Red+Green+Blue) = 77+76+171=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D4CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4CAB is #B2B354. Grayscale: #565656. Windows color (decimal): -11711317 or 11226189. OLE color: 11226189.
HSL color Cylindrical-coordinate representation of color #4D4CAB: hue angle of 240.63º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D4CAB is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 76 | 171 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.33 |
| HSL | 240.63º | 0.38% | 0.48% | - |
| HSV(B) | 240.63º | 0.56% | 0.67% | - |
| XYZ | 13 | 9.69 | 39.71 | - |
| YUV | 87.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 171 | 0.55 | 0.56 | 0 | 0.33 | 240.63 | 0.38 | 0.48 |
| Hex | 4D | 4C | AB | 37 | 38 | 0 | 21 | F1 | 26 | 30 |
| Octal | 115 | 114 | 253 | 67 | 70 | 0 | 41 | 361 | 46 | 60 |
| Binary | 1001101 | 1001100 | 10101011 | 110111 | 111000 | 0 | 100001 | 11110001 | 100110 | 110000 |
Color Harmonies of #4D4CAB
Complementary color
Monochromatic Colors of #4D4CAB
Black with #4D4CAB
Text Example
Text Example
White with #4D4CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4CAB; }
p { color: rgb(77,76,171); }
H1.HeaderClassName
{
color: #4D4CAB;
}
.AnyTagClassName
{
color: #4D4CAB;
}
</style>
background-color css
<style>
a { background-color: #4D4CAB; }
a { background-color: rgb(77,76,171); }
div.DivClassName
{
background-color: #4D4CAB;
}
.BgClassName
{
background-color: #4D4CAB;
}
</style>
border-color css
<style>
span { border-color: #4D4CAB; }
span { border-color: rgb(77,76,171); }
td.TdClassName
{
border-color: #4D4CAB;
}
.TagClassName
{
border-color: #4D4CAB;
}
</style>