Shades of Rich Blue #4D4CAC
Tints of Rich Blue #4D4CAC
RGB
CMYK
RGB Variations
Color information
#4D4CAC (or 0x4D4CAC) is known color: Rich Blue. HEX triplet: 4D, 4C and AC. RGB value is (77,76,172). Sum of RGB (Red+Green+Blue) = 77+76+172=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D4CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4CAC is #B2B353. Grayscale: #565656. Windows color (decimal): -11711316 or 11291725. OLE color: 11291725.
HSL color Cylindrical-coordinate representation of color #4D4CAC: hue angle of 240.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D4CAC is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 76 | 172 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.33 |
| HSL | 240.63º | 0.39% | 0.49% | - |
| HSV(B) | 240.63º | 0.56% | 0.67% | - |
| XYZ | 13.09 | 9.73 | 40.22 | - |
| YUV | 87.24 | 175.83 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 172 | 0.55 | 0.56 | 0 | 0.33 | 240.63 | 0.39 | 0.49 |
| Hex | 4D | 4C | AC | 37 | 38 | 0 | 21 | F1 | 27 | 31 |
| Octal | 115 | 114 | 254 | 67 | 70 | 0 | 41 | 361 | 47 | 61 |
| Binary | 1001101 | 1001100 | 10101100 | 110111 | 111000 | 0 | 100001 | 11110001 | 100111 | 110001 |
Color Harmonies of #4D4CAC
Complementary color
Monochromatic Colors of #4D4CAC
Black with #4D4CAC
Text Example
Text Example
White with #4D4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4CAC; }
p { color: rgb(77,76,172); }
H1.HeaderClassName
{
color: #4D4CAC;
}
.AnyTagClassName
{
color: #4D4CAC;
}
</style>
background-color css
<style>
a { background-color: #4D4CAC; }
a { background-color: rgb(77,76,172); }
div.DivClassName
{
background-color: #4D4CAC;
}
.BgClassName
{
background-color: #4D4CAC;
}
</style>
border-color css
<style>
span { border-color: #4D4CAC; }
span { border-color: rgb(77,76,172); }
td.TdClassName
{
border-color: #4D4CAC;
}
.TagClassName
{
border-color: #4D4CAC;
}
</style>