Shades of Royal Blue #4679E8
Tints of Royal Blue #4679E8
RGB
CMYK
RGB Variations
Color information
#4679E8 (or 0x4679E8) is known color: Royal Blue. HEX triplet: 46, 79 and E8. RGB value is (70,121,232). Sum of RGB (Red+Green+Blue) = 70+121+232=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #4679E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4679E8 is #B98617. Grayscale: #757575. Windows color (decimal): -12158488 or 15235398. OLE color: 15235398.
HSL color Cylindrical-coordinate representation of color #4679E8: hue angle of 221.11º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4679E8 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 121 | 232 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.09 |
| HSL | 221.11º | 0.78% | 0.59% | - |
| HSV(B) | 221.11º | 0.7% | 0.91% | - |
| XYZ | 23.93 | 20.8 | 79.1 | - |
| YUV | 118.41 | 192.1 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 232 | 0.70 | 0.48 | 0 | 0.09 | 221.11 | 0.78 | 0.59 |
| Hex | 46 | 79 | E8 | 46 | 30 | 0 | 9 | DD | 4E | 3B |
| Octal | 106 | 171 | 350 | 106 | 60 | 0 | 11 | 335 | 116 | 73 |
| Binary | 1000110 | 1111001 | 11101000 | 1000110 | 110000 | 0 | 1001 | 11011101 | 1001110 | 111011 |
Color Harmonies of #4679E8
Complementary color
Monochromatic Colors of #4679E8
Black with #4679E8
Text Example
Text Example
White with #4679E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4679E8; }
p { color: rgb(70,121,232); }
H1.HeaderClassName
{
color: #4679E8;
}
.AnyTagClassName
{
color: #4679E8;
}
</style>
background-color css
<style>
a { background-color: #4679E8; }
a { background-color: rgb(70,121,232); }
div.DivClassName
{
background-color: #4679E8;
}
.BgClassName
{
background-color: #4679E8;
}
</style>
border-color css
<style>
span { border-color: #4679E8; }
span { border-color: rgb(70,121,232); }
td.TdClassName
{
border-color: #4679E8;
}
.TagClassName
{
border-color: #4679E8;
}
</style>