Shades of Royal Blue #4679FF
Tints of Royal Blue #4679FF
RGB
CMYK
RGB Variations
Color information
#4679FF (or 0x4679FF) is known color: Royal Blue. HEX triplet: 46, 79 and FF. RGB value is (70,121,255). Sum of RGB (Red+Green+Blue) = 70+121+255=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #4679FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4679FF is #B98600. Grayscale: #787878. Windows color (decimal): -12158465 or 16742726. OLE color: 16742726.
HSL color Cylindrical-coordinate representation of color #4679FF: hue angle of 223.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4679FF is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 121 | 255 | - |
| CMYK | 0.73 | 0.53 | 0 | 0 |
| HSL | 223.46º | 1% | 0.64% | - |
| HSV(B) | 223.46º | 0.73% | 1% | - |
| XYZ | 27.41 | 22.2 | 97.45 | - |
| YUV | 121.03 | 203.6 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 255 | 0.73 | 0.53 | 0 | 0 | 223.46 | 1 | 0.64 |
| Hex | 46 | 79 | FF | 49 | 35 | 0 | 0 | DF | 64 | 40 |
| Octal | 106 | 171 | 377 | 111 | 65 | 0 | 0 | 337 | 144 | 100 |
| Binary | 1000110 | 1111001 | 11111111 | 1001001 | 110101 | 0 | 0 | 11011111 | 1100100 | 1000000 |
Color Harmonies of #4679FF
Complementary color
Monochromatic Colors of #4679FF
Black with #4679FF
Text Example
Text Example
White with #4679FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4679FF; }
p { color: rgb(70,121,255); }
H1.HeaderClassName
{
color: #4679FF;
}
.AnyTagClassName
{
color: #4679FF;
}
</style>
background-color css
<style>
a { background-color: #4679FF; }
a { background-color: rgb(70,121,255); }
div.DivClassName
{
background-color: #4679FF;
}
.BgClassName
{
background-color: #4679FF;
}
</style>
border-color css
<style>
span { border-color: #4679FF; }
span { border-color: rgb(70,121,255); }
td.TdClassName
{
border-color: #4679FF;
}
.TagClassName
{
border-color: #4679FF;
}
</style>