Shades of Royal Blue #4C71DD
Tints of Royal Blue #4C71DD
RGB
CMYK
RGB Variations
Color information
#4C71DD (or 0x4C71DD) is known color: Royal Blue. HEX triplet: 4C, 71 and DD. RGB value is (76,113,221). Sum of RGB (Red+Green+Blue) = 76+113+221=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C71DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C71DD is #B38E22. Grayscale: #717171. Windows color (decimal): -11767331 or 14512460. OLE color: 14512460.
HSL color Cylindrical-coordinate representation of color #4C71DD: hue angle of 224.69º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C71DD is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 113 | 221 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.13 |
| HSL | 224.69º | 0.68% | 0.58% | - |
| HSV(B) | 224.69º | 0.66% | 0.87% | - |
| XYZ | 21.94 | 18.57 | 70.83 | - |
| YUV | 114.25 | 188.24 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 113 | 221 | 0.66 | 0.49 | 0 | 0.13 | 224.69 | 0.68 | 0.58 |
| Hex | 4C | 71 | DD | 42 | 31 | 0 | D | E1 | 44 | 3A |
| Octal | 114 | 161 | 335 | 102 | 61 | 0 | 15 | 341 | 104 | 72 |
| Binary | 1001100 | 1110001 | 11011101 | 1000010 | 110001 | 0 | 1101 | 11100001 | 1000100 | 111010 |
Color Harmonies of #4C71DD
Complementary color
Monochromatic Colors of #4C71DD
Black with #4C71DD
Text Example
Text Example
White with #4C71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C71DD; }
p { color: rgb(76,113,221); }
H1.HeaderClassName
{
color: #4C71DD;
}
.AnyTagClassName
{
color: #4C71DD;
}
</style>
background-color css
<style>
a { background-color: #4C71DD; }
a { background-color: rgb(76,113,221); }
div.DivClassName
{
background-color: #4C71DD;
}
.BgClassName
{
background-color: #4C71DD;
}
</style>
border-color css
<style>
span { border-color: #4C71DD; }
span { border-color: rgb(76,113,221); }
td.TdClassName
{
border-color: #4C71DD;
}
.TagClassName
{
border-color: #4C71DD;
}
</style>