Shades of Royal Blue #4672FB
Tints of Royal Blue #4672FB
RGB
CMYK
RGB Variations
Color information
#4672FB (or 0x4672FB) is known color: Royal Blue. HEX triplet: 46, 72 and FB. RGB value is (70,114,251). Sum of RGB (Red+Green+Blue) = 70+114+251=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #4672FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4672FB is #B98D04. Grayscale: #737373. Windows color (decimal): -12160261 or 16478790. OLE color: 16478790.
HSL color Cylindrical-coordinate representation of color #4672FB: hue angle of 225.41º 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 #4672FB is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 114 | 251 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.02 |
| HSL | 225.41º | 0.96% | 0.63% | - |
| HSV(B) | 225.41º | 0.72% | 0.98% | - |
| XYZ | 25.96 | 20.3 | 93.82 | - |
| YUV | 116.46 | 203.92 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 251 | 0.72 | 0.55 | 0 | 0.02 | 225.41 | 0.96 | 0.63 |
| Hex | 46 | 72 | FB | 48 | 37 | 0 | 2 | E1 | 60 | 3F |
| Octal | 106 | 162 | 373 | 110 | 67 | 0 | 2 | 341 | 140 | 77 |
| Binary | 1000110 | 1110010 | 11111011 | 1001000 | 110111 | 0 | 10 | 11100001 | 1100000 | 111111 |
Color Harmonies of #4672FB
Complementary color
Monochromatic Colors of #4672FB
Black with #4672FB
Text Example
Text Example
White with #4672FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4672FB; }
p { color: rgb(70,114,251); }
H1.HeaderClassName
{
color: #4672FB;
}
.AnyTagClassName
{
color: #4672FB;
}
</style>
background-color css
<style>
a { background-color: #4672FB; }
a { background-color: rgb(70,114,251); }
div.DivClassName
{
background-color: #4672FB;
}
.BgClassName
{
background-color: #4672FB;
}
</style>
border-color css
<style>
span { border-color: #4672FB; }
span { border-color: rgb(70,114,251); }
td.TdClassName
{
border-color: #4672FB;
}
.TagClassName
{
border-color: #4672FB;
}
</style>