Shades of Royal Blue #4679FB
Tints of Royal Blue #4679FB
RGB
CMYK
RGB Variations
Color information
#4679FB (or 0x4679FB) is known color: Royal Blue. HEX triplet: 46, 79 and FB. RGB value is (70,121,251). Sum of RGB (Red+Green+Blue) = 70+121+251=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #4679FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4679FB is #B98604. Grayscale: #787878. Windows color (decimal): -12158469 or 16480582. OLE color: 16480582.
HSL color Cylindrical-coordinate representation of color #4679FB: hue angle of 223.09º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4679FB is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 121 | 251 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.02 |
| HSL | 223.09º | 0.96% | 0.63% | - |
| HSV(B) | 223.09º | 0.72% | 0.98% | - |
| XYZ | 26.78 | 21.94 | 94.09 | - |
| YUV | 120.57 | 201.6 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 251 | 0.72 | 0.52 | 0 | 0.02 | 223.09 | 0.96 | 0.63 |
| Hex | 46 | 79 | FB | 48 | 34 | 0 | 2 | DF | 60 | 3F |
| Octal | 106 | 171 | 373 | 110 | 64 | 0 | 2 | 337 | 140 | 77 |
| Binary | 1000110 | 1111001 | 11111011 | 1001000 | 110100 | 0 | 10 | 11011111 | 1100000 | 111111 |
Color Harmonies of #4679FB
Complementary color
Monochromatic Colors of #4679FB
Black with #4679FB
Text Example
Text Example
White with #4679FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4679FB; }
p { color: rgb(70,121,251); }
H1.HeaderClassName
{
color: #4679FB;
}
.AnyTagClassName
{
color: #4679FB;
}
</style>
background-color css
<style>
a { background-color: #4679FB; }
a { background-color: rgb(70,121,251); }
div.DivClassName
{
background-color: #4679FB;
}
.BgClassName
{
background-color: #4679FB;
}
</style>
border-color css
<style>
span { border-color: #4679FB; }
span { border-color: rgb(70,121,251); }
td.TdClassName
{
border-color: #4679FB;
}
.TagClassName
{
border-color: #4679FB;
}
</style>