Shades of Rich Blue #4D4DAB
Tints of Rich Blue #4D4DAB
RGB
CMYK
RGB Variations
Color information
#4D4DAB (or 0x4D4DAB) is known color: Rich Blue. HEX triplet: 4D, 4D and AB. RGB value is (77,77,171). Sum of RGB (Red+Green+Blue) = 77+77+171=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4DAB is #B2B254. Grayscale: #575757. Windows color (decimal): -11711061 or 11226445. OLE color: 11226445.
HSL color Cylindrical-coordinate representation of color #4D4DAB: hue angle of 240º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D4DAB is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 77 | 171 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.33 |
| HSL | 240º | 0.38% | 0.49% | - |
| HSV(B) | 240º | 0.55% | 0.67% | - |
| XYZ | 13.07 | 9.83 | 39.74 | - |
| YUV | 87.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 77 | 171 | 0.55 | 0.55 | 0 | 0.33 | 240 | 0.38 | 0.49 |
| Hex | 4D | 4D | AB | 37 | 37 | 0 | 21 | F0 | 26 | 31 |
| Octal | 115 | 115 | 253 | 67 | 67 | 0 | 41 | 360 | 46 | 61 |
| Binary | 1001101 | 1001101 | 10101011 | 110111 | 110111 | 0 | 100001 | 11110000 | 100110 | 110001 |
Color Harmonies of #4D4DAB
Complementary color
Monochromatic Colors of #4D4DAB
Black with #4D4DAB
Text Example
Text Example
White with #4D4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4DAB; }
p { color: rgb(77,77,171); }
H1.HeaderClassName
{
color: #4D4DAB;
}
.AnyTagClassName
{
color: #4D4DAB;
}
</style>
background-color css
<style>
a { background-color: #4D4DAB; }
a { background-color: rgb(77,77,171); }
div.DivClassName
{
background-color: #4D4DAB;
}
.BgClassName
{
background-color: #4D4DAB;
}
</style>
border-color css
<style>
span { border-color: #4D4DAB; }
span { border-color: rgb(77,77,171); }
td.TdClassName
{
border-color: #4D4DAB;
}
.TagClassName
{
border-color: #4D4DAB;
}
</style>