Shades of Royal Blue #476EFC
Tints of Royal Blue #476EFC
RGB
CMYK
RGB Variations
Color information
#476EFC (or 0x476EFC) is known color: Royal Blue. HEX triplet: 47, 6E and FC. RGB value is (71,110,252). Sum of RGB (Red+Green+Blue) = 71+110+252=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #476EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476EFC is #B89103. Grayscale: #717171. Windows color (decimal): -12095748 or 16543303. OLE color: 16543303.
HSL color Cylindrical-coordinate representation of color #476EFC: hue angle of 227.07º 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 #476EFC is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 110 | 252 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.01 |
| HSL | 227.07º | 0.97% | 0.63% | - |
| HSV(B) | 227.07º | 0.72% | 0.99% | - |
| XYZ | 25.75 | 19.52 | 94.51 | - |
| YUV | 114.53 | 205.58 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 252 | 0.72 | 0.56 | 0 | 0.01 | 227.07 | 0.97 | 0.63 |
| Hex | 47 | 6E | FC | 48 | 38 | 0 | 1 | E3 | 61 | 3F |
| Octal | 107 | 156 | 374 | 110 | 70 | 0 | 1 | 343 | 141 | 77 |
| Binary | 1000111 | 1101110 | 11111100 | 1001000 | 111000 | 0 | 1 | 11100011 | 1100001 | 111111 |
Color Harmonies of #476EFC
Complementary color
Monochromatic Colors of #476EFC
Black with #476EFC
Text Example
Text Example
White with #476EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476EFC; }
p { color: rgb(71,110,252); }
H1.HeaderClassName
{
color: #476EFC;
}
.AnyTagClassName
{
color: #476EFC;
}
</style>
background-color css
<style>
a { background-color: #476EFC; }
a { background-color: rgb(71,110,252); }
div.DivClassName
{
background-color: #476EFC;
}
.BgClassName
{
background-color: #476EFC;
}
</style>
border-color css
<style>
span { border-color: #476EFC; }
span { border-color: rgb(71,110,252); }
td.TdClassName
{
border-color: #476EFC;
}
.TagClassName
{
border-color: #476EFC;
}
</style>