Shades of Royal Blue #4470FE
Tints of Royal Blue #4470FE
RGB
CMYK
RGB Variations
Color information
#4470FE (or 0x4470FE) is known color: Royal Blue. HEX triplet: 44, 70 and FE. RGB value is (68,112,254). Sum of RGB (Red+Green+Blue) = 68+112+254=434 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.67% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #4470FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4470FE is #BB8F01. Grayscale: #727272. Windows color (decimal): -12291842 or 16674884. OLE color: 16674884.
HSL color Cylindrical-coordinate representation of color #4470FE: hue angle of 225.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4470FE is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 112 | 254 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.00 |
| HSL | 225.81º | 0.99% | 0.63% | - |
| HSV(B) | 225.81º | 0.73% | 1% | - |
| XYZ | 26.07 | 19.97 | 96.25 | - |
| YUV | 115.03 | 206.42 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 254 | 0.73 | 0.56 | 0 | 0.00 | 225.81 | 0.99 | 0.63 |
| Hex | 44 | 70 | FE | 49 | 38 | 0 | 0 | E2 | 63 | 3F |
| Octal | 104 | 160 | 376 | 111 | 70 | 0 | 0 | 342 | 143 | 77 |
| Binary | 1000100 | 1110000 | 11111110 | 1001001 | 111000 | 0 | 0 | 11100010 | 1100011 | 111111 |
Color Harmonies of #4470FE
Complementary color
Monochromatic Colors of #4470FE
Black with #4470FE
Text Example
Text Example
White with #4470FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4470FE; }
p { color: rgb(68,112,254); }
H1.HeaderClassName
{
color: #4470FE;
}
.AnyTagClassName
{
color: #4470FE;
}
</style>
background-color css
<style>
a { background-color: #4470FE; }
a { background-color: rgb(68,112,254); }
div.DivClassName
{
background-color: #4470FE;
}
.BgClassName
{
background-color: #4470FE;
}
</style>
border-color css
<style>
span { border-color: #4470FE; }
span { border-color: rgb(68,112,254); }
td.TdClassName
{
border-color: #4470FE;
}
.TagClassName
{
border-color: #4470FE;
}
</style>