Shades of Royal Blue #4781FC
Tints of Royal Blue #4781FC
RGB
CMYK
RGB Variations
Color information
#4781FC (or 0x4781FC) is known color: Royal Blue. HEX triplet: 47, 81 and FC. RGB value is (71,129,252). Sum of RGB (Red+Green+Blue) = 71+129+252=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #4781FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4781FC is #B87E03. Grayscale: #7D7D7D. Windows color (decimal): -12090884 or 16548167. OLE color: 16548167.
HSL color Cylindrical-coordinate representation of color #4781FC: hue angle of 220.77º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4781FC is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 129 | 252 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.01 |
| HSL | 220.77º | 0.97% | 0.63% | - |
| HSV(B) | 220.77º | 0.72% | 0.99% | - |
| XYZ | 28.02 | 24.07 | 95.26 | - |
| YUV | 125.68 | 199.28 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 129 | 252 | 0.72 | 0.49 | 0 | 0.01 | 220.77 | 0.97 | 0.63 |
| Hex | 47 | 81 | FC | 48 | 31 | 0 | 1 | DD | 61 | 3F |
| Octal | 107 | 201 | 374 | 110 | 61 | 0 | 1 | 335 | 141 | 77 |
| Binary | 1000111 | 10000001 | 11111100 | 1001000 | 110001 | 0 | 1 | 11011101 | 1100001 | 111111 |
Color Harmonies of #4781FC
Complementary color
Monochromatic Colors of #4781FC
Black with #4781FC
Text Example
Text Example
White with #4781FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4781FC; }
p { color: rgb(71,129,252); }
H1.HeaderClassName
{
color: #4781FC;
}
.AnyTagClassName
{
color: #4781FC;
}
</style>
background-color css
<style>
a { background-color: #4781FC; }
a { background-color: rgb(71,129,252); }
div.DivClassName
{
background-color: #4781FC;
}
.BgClassName
{
background-color: #4781FC;
}
</style>
border-color css
<style>
span { border-color: #4781FC; }
span { border-color: rgb(71,129,252); }
td.TdClassName
{
border-color: #4781FC;
}
.TagClassName
{
border-color: #4781FC;
}
</style>