Shades of Royal Blue #4C7BFC
Tints of Royal Blue #4C7BFC
RGB
CMYK
RGB Variations
Color information
#4C7BFC (or 0x4C7BFC) is known color: Royal Blue. HEX triplet: 4C, 7B and FC. RGB value is (76,123,252). Sum of RGB (Red+Green+Blue) = 76+123+252=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C7BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C7BFC is #B38403. Grayscale: #7B7B7B. Windows color (decimal): -11764740 or 16546636. OLE color: 16546636.
HSL color Cylindrical-coordinate representation of color #4C7BFC: hue angle of 223.98º 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 #4C7BFC is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 123 | 252 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.01 |
| HSL | 223.98º | 0.97% | 0.64% | - |
| HSV(B) | 223.98º | 0.7% | 0.99% | - |
| XYZ | 27.63 | 22.73 | 95.03 | - |
| YUV | 123.65 | 200.43 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 252 | 0.70 | 0.51 | 0 | 0.01 | 223.98 | 0.97 | 0.64 |
| Hex | 4C | 7B | FC | 46 | 33 | 0 | 1 | E0 | 61 | 40 |
| Octal | 114 | 173 | 374 | 106 | 63 | 0 | 1 | 340 | 141 | 100 |
| Binary | 1001100 | 1111011 | 11111100 | 1000110 | 110011 | 0 | 1 | 11100000 | 1100001 | 1000000 |
Color Harmonies of #4C7BFC
Complementary color
Monochromatic Colors of #4C7BFC
Black with #4C7BFC
Text Example
Text Example
White with #4C7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7BFC; }
p { color: rgb(76,123,252); }
H1.HeaderClassName
{
color: #4C7BFC;
}
.AnyTagClassName
{
color: #4C7BFC;
}
</style>
background-color css
<style>
a { background-color: #4C7BFC; }
a { background-color: rgb(76,123,252); }
div.DivClassName
{
background-color: #4C7BFC;
}
.BgClassName
{
background-color: #4C7BFC;
}
</style>
border-color css
<style>
span { border-color: #4C7BFC; }
span { border-color: rgb(76,123,252); }
td.TdClassName
{
border-color: #4C7BFC;
}
.TagClassName
{
border-color: #4C7BFC;
}
</style>