Shades of Royal Blue #4C70FC
Tints of Royal Blue #4C70FC
RGB
CMYK
RGB Variations
Color information
#4C70FC (or 0x4C70FC) is known color: Royal Blue. HEX triplet: 4C, 70 and FC. RGB value is (76,112,252). Sum of RGB (Red+Green+Blue) = 76+112+252=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C70FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C70FC is #B38F03. Grayscale: #747474. Windows color (decimal): -11767556 or 16543820. OLE color: 16543820.
HSL color Cylindrical-coordinate representation of color #4C70FC: hue angle of 227.73º 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 #4C70FC is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 112 | 252 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.01 |
| HSL | 227.73º | 0.97% | 0.64% | - |
| HSV(B) | 227.73º | 0.7% | 0.99% | - |
| XYZ | 26.35 | 20.15 | 94.6 | - |
| YUV | 117.2 | 204.07 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 252 | 0.70 | 0.56 | 0 | 0.01 | 227.73 | 0.97 | 0.64 |
| Hex | 4C | 70 | FC | 46 | 38 | 0 | 1 | E4 | 61 | 40 |
| Octal | 114 | 160 | 374 | 106 | 70 | 0 | 1 | 344 | 141 | 100 |
| Binary | 1001100 | 1110000 | 11111100 | 1000110 | 111000 | 0 | 1 | 11100100 | 1100001 | 1000000 |
Color Harmonies of #4C70FC
Complementary color
Monochromatic Colors of #4C70FC
Black with #4C70FC
Text Example
Text Example
White with #4C70FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C70FC; }
p { color: rgb(76,112,252); }
H1.HeaderClassName
{
color: #4C70FC;
}
.AnyTagClassName
{
color: #4C70FC;
}
</style>
background-color css
<style>
a { background-color: #4C70FC; }
a { background-color: rgb(76,112,252); }
div.DivClassName
{
background-color: #4C70FC;
}
.BgClassName
{
background-color: #4C70FC;
}
</style>
border-color css
<style>
span { border-color: #4C70FC; }
span { border-color: rgb(76,112,252); }
td.TdClassName
{
border-color: #4C70FC;
}
.TagClassName
{
border-color: #4C70FC;
}
</style>