Shades of Royal Blue #4C76FC
Tints of Royal Blue #4C76FC
RGB
CMYK
RGB Variations
Color information
#4C76FC (or 0x4C76FC) is known color: Royal Blue. HEX triplet: 4C, 76 and FC. RGB value is (76,118,252). Sum of RGB (Red+Green+Blue) = 76+118+252=446 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.04% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C76FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C76FC is #B38903. Grayscale: #787878. Windows color (decimal): -11766020 or 16545356. OLE color: 16545356.
HSL color Cylindrical-coordinate representation of color #4C76FC: hue angle of 225.68º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C76FC is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 118 | 252 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.01 |
| HSL | 225.68º | 0.97% | 0.64% | - |
| HSV(B) | 225.68º | 0.7% | 0.99% | - |
| XYZ | 27.03 | 21.52 | 94.82 | - |
| YUV | 120.72 | 202.09 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 252 | 0.70 | 0.53 | 0 | 0.01 | 225.68 | 0.97 | 0.64 |
| Hex | 4C | 76 | FC | 46 | 35 | 0 | 1 | E2 | 61 | 40 |
| Octal | 114 | 166 | 374 | 106 | 65 | 0 | 1 | 342 | 141 | 100 |
| Binary | 1001100 | 1110110 | 11111100 | 1000110 | 110101 | 0 | 1 | 11100010 | 1100001 | 1000000 |
Color Harmonies of #4C76FC
Complementary color
Monochromatic Colors of #4C76FC
Black with #4C76FC
Text Example
Text Example
White with #4C76FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C76FC; }
p { color: rgb(76,118,252); }
H1.HeaderClassName
{
color: #4C76FC;
}
.AnyTagClassName
{
color: #4C76FC;
}
</style>
background-color css
<style>
a { background-color: #4C76FC; }
a { background-color: rgb(76,118,252); }
div.DivClassName
{
background-color: #4C76FC;
}
.BgClassName
{
background-color: #4C76FC;
}
</style>
border-color css
<style>
span { border-color: #4C76FC; }
span { border-color: rgb(76,118,252); }
td.TdClassName
{
border-color: #4C76FC;
}
.TagClassName
{
border-color: #4C76FC;
}
</style>