Shades of Royal Blue #4C71CF
Tints of Royal Blue #4C71CF
RGB
CMYK
RGB Variations
Color information
#4C71CF (or 0x4C71CF) is known color: Royal Blue. HEX triplet: 4C, 71 and CF. RGB value is (76,113,207). Sum of RGB (Red+Green+Blue) = 76+113+207=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C71CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C71CF is #B38E30. Grayscale: #707070. Windows color (decimal): -11767345 or 13594956. OLE color: 13594956.
HSL color Cylindrical-coordinate representation of color #4C71CF: hue angle of 223.05º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C71CF is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 113 | 207 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.19 |
| HSL | 223.05º | 0.58% | 0.55% | - |
| HSV(B) | 223.05º | 0.63% | 0.81% | - |
| XYZ | 20.15 | 17.85 | 61.42 | - |
| YUV | 112.65 | 181.24 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 113 | 207 | 0.63 | 0.45 | 0 | 0.19 | 223.05 | 0.58 | 0.55 |
| Hex | 4C | 71 | CF | 3F | 2D | 0 | 13 | DF | 3A | 37 |
| Octal | 114 | 161 | 317 | 77 | 55 | 0 | 23 | 337 | 72 | 67 |
| Binary | 1001100 | 1110001 | 11001111 | 111111 | 101101 | 0 | 10011 | 11011111 | 111010 | 110111 |
Color Harmonies of #4C71CF
Complementary color
Monochromatic Colors of #4C71CF
Black with #4C71CF
Text Example
Text Example
White with #4C71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C71CF; }
p { color: rgb(76,113,207); }
H1.HeaderClassName
{
color: #4C71CF;
}
.AnyTagClassName
{
color: #4C71CF;
}
</style>
background-color css
<style>
a { background-color: #4C71CF; }
a { background-color: rgb(76,113,207); }
div.DivClassName
{
background-color: #4C71CF;
}
.BgClassName
{
background-color: #4C71CF;
}
</style>
border-color css
<style>
span { border-color: #4C71CF; }
span { border-color: rgb(76,113,207); }
td.TdClassName
{
border-color: #4C71CF;
}
.TagClassName
{
border-color: #4C71CF;
}
</style>