Shades of Royal Blue #4470FB
Tints of Royal Blue #4470FB
RGB
CMYK
RGB Variations
Color information
#4470FB (or 0x4470FB) is known color: Royal Blue. HEX triplet: 44, 70 and FB. RGB value is (68,112,251). Sum of RGB (Red+Green+Blue) = 68+112+251=431 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.78% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #4470FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4470FB is #BB8F04. Grayscale: #727272. Windows color (decimal): -12291845 or 16478276. OLE color: 16478276.
HSL color Cylindrical-coordinate representation of color #4470FB: hue angle of 225.57º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4470FB is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 112 | 251 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.02 |
| HSL | 225.57º | 0.96% | 0.63% | - |
| HSV(B) | 225.57º | 0.73% | 0.98% | - |
| XYZ | 25.59 | 19.78 | 93.74 | - |
| YUV | 114.69 | 204.92 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 251 | 0.73 | 0.55 | 0 | 0.02 | 225.57 | 0.96 | 0.63 |
| Hex | 44 | 70 | FB | 49 | 37 | 0 | 2 | E2 | 60 | 3F |
| Octal | 104 | 160 | 373 | 111 | 67 | 0 | 2 | 342 | 140 | 77 |
| Binary | 1000100 | 1110000 | 11111011 | 1001001 | 110111 | 0 | 10 | 11100010 | 1100000 | 111111 |
Color Harmonies of #4470FB
Complementary color
Monochromatic Colors of #4470FB
Black with #4470FB
Text Example
Text Example
White with #4470FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4470FB; }
p { color: rgb(68,112,251); }
H1.HeaderClassName
{
color: #4470FB;
}
.AnyTagClassName
{
color: #4470FB;
}
</style>
background-color css
<style>
a { background-color: #4470FB; }
a { background-color: rgb(68,112,251); }
div.DivClassName
{
background-color: #4470FB;
}
.BgClassName
{
background-color: #4470FB;
}
</style>
border-color css
<style>
span { border-color: #4470FB; }
span { border-color: rgb(68,112,251); }
td.TdClassName
{
border-color: #4470FB;
}
.TagClassName
{
border-color: #4470FB;
}
</style>