Shades of Royal Blue #4679FE
Tints of Royal Blue #4679FE
RGB
CMYK
RGB Variations
Color information
#4679FE (or 0x4679FE) is known color: Royal Blue. HEX triplet: 46, 79 and FE. RGB value is (70,121,254). Sum of RGB (Red+Green+Blue) = 70+121+254=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #4679FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4679FE is #B98601. Grayscale: #787878. Windows color (decimal): -12158466 or 16677190. OLE color: 16677190.
HSL color Cylindrical-coordinate representation of color #4679FE: hue angle of 223.37º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4679FE is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 121 | 254 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.00 |
| HSL | 223.37º | 0.99% | 0.64% | - |
| HSV(B) | 223.37º | 0.72% | 1% | - |
| XYZ | 27.25 | 22.13 | 96.6 | - |
| YUV | 120.91 | 203.1 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 254 | 0.72 | 0.52 | 0 | 0.00 | 223.37 | 0.99 | 0.64 |
| Hex | 46 | 79 | FE | 48 | 34 | 0 | 0 | DF | 63 | 40 |
| Octal | 106 | 171 | 376 | 110 | 64 | 0 | 0 | 337 | 143 | 100 |
| Binary | 1000110 | 1111001 | 11111110 | 1001000 | 110100 | 0 | 0 | 11011111 | 1100011 | 1000000 |
Color Harmonies of #4679FE
Complementary color
Monochromatic Colors of #4679FE
Black with #4679FE
Text Example
Text Example
White with #4679FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4679FE; }
p { color: rgb(70,121,254); }
H1.HeaderClassName
{
color: #4679FE;
}
.AnyTagClassName
{
color: #4679FE;
}
</style>
background-color css
<style>
a { background-color: #4679FE; }
a { background-color: rgb(70,121,254); }
div.DivClassName
{
background-color: #4679FE;
}
.BgClassName
{
background-color: #4679FE;
}
</style>
border-color css
<style>
span { border-color: #4679FE; }
span { border-color: rgb(70,121,254); }
td.TdClassName
{
border-color: #4679FE;
}
.TagClassName
{
border-color: #4679FE;
}
</style>