Shades of Royal Blue #476FF8
Tints of Royal Blue #476FF8
RGB
CMYK
RGB Variations
Color information
#476FF8 (or 0x476FF8) is known color: Royal Blue. HEX triplet: 47, 6F and F8. RGB value is (71,111,248). Sum of RGB (Red+Green+Blue) = 71+111+248=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 248 (97.27% from 255 or 57.67% from 430); Max value from RGB is 248 - color contains mainly: blue. Hex color #476FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476FF8 is #B89007. Grayscale: #727272. Windows color (decimal): -12095496 or 16281415. OLE color: 16281415.
HSL color Cylindrical-coordinate representation of color #476FF8: hue angle of 226.44º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #476FF8 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 111 | 248 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.03 |
| HSL | 226.44º | 0.93% | 0.63% | - |
| HSV(B) | 226.44º | 0.71% | 0.97% | - |
| XYZ | 25.23 | 19.49 | 91.24 | - |
| YUV | 114.66 | 203.25 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 248 | 0.71 | 0.55 | 0 | 0.03 | 226.44 | 0.93 | 0.63 |
| Hex | 47 | 6F | F8 | 47 | 37 | 0 | 3 | E2 | 5D | 3F |
| Octal | 107 | 157 | 370 | 107 | 67 | 0 | 3 | 342 | 135 | 77 |
| Binary | 1000111 | 1101111 | 11111000 | 1000111 | 110111 | 0 | 11 | 11100010 | 1011101 | 111111 |
Color Harmonies of #476FF8
Complementary color
Monochromatic Colors of #476FF8
Black with #476FF8
Text Example
Text Example
White with #476FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FF8; }
p { color: rgb(71,111,248); }
H1.HeaderClassName
{
color: #476FF8;
}
.AnyTagClassName
{
color: #476FF8;
}
</style>
background-color css
<style>
a { background-color: #476FF8; }
a { background-color: rgb(71,111,248); }
div.DivClassName
{
background-color: #476FF8;
}
.BgClassName
{
background-color: #476FF8;
}
</style>
border-color css
<style>
span { border-color: #476FF8; }
span { border-color: rgb(71,111,248); }
td.TdClassName
{
border-color: #476FF8;
}
.TagClassName
{
border-color: #476FF8;
}
</style>