Shades of Royal Blue #4672FC
Tints of Royal Blue #4672FC
RGB
CMYK
RGB Variations
Color information
#4672FC (or 0x4672FC) is known color: Royal Blue. HEX triplet: 46, 72 and FC. RGB value is (70,114,252). Sum of RGB (Red+Green+Blue) = 70+114+252=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #4672FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4672FC is #B98D03. Grayscale: #737373. Windows color (decimal): -12160260 or 16544326. OLE color: 16544326.
HSL color Cylindrical-coordinate representation of color #4672FC: hue angle of 225.49º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4672FC is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 114 | 252 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.01 |
| HSL | 225.49º | 0.97% | 0.63% | - |
| HSV(B) | 225.49º | 0.72% | 0.99% | - |
| XYZ | 26.11 | 20.36 | 94.65 | - |
| YUV | 116.58 | 204.42 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 252 | 0.72 | 0.55 | 0 | 0.01 | 225.49 | 0.97 | 0.63 |
| Hex | 46 | 72 | FC | 48 | 37 | 0 | 1 | E1 | 61 | 3F |
| Octal | 106 | 162 | 374 | 110 | 67 | 0 | 1 | 341 | 141 | 77 |
| Binary | 1000110 | 1110010 | 11111100 | 1001000 | 110111 | 0 | 1 | 11100001 | 1100001 | 111111 |
Color Harmonies of #4672FC
Complementary color
Monochromatic Colors of #4672FC
Black with #4672FC
Text Example
Text Example
White with #4672FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4672FC; }
p { color: rgb(70,114,252); }
H1.HeaderClassName
{
color: #4672FC;
}
.AnyTagClassName
{
color: #4672FC;
}
</style>
background-color css
<style>
a { background-color: #4672FC; }
a { background-color: rgb(70,114,252); }
div.DivClassName
{
background-color: #4672FC;
}
.BgClassName
{
background-color: #4672FC;
}
</style>
border-color css
<style>
span { border-color: #4672FC; }
span { border-color: rgb(70,114,252); }
td.TdClassName
{
border-color: #4672FC;
}
.TagClassName
{
border-color: #4672FC;
}
</style>