Shades of Royal Blue #476CFC
Tints of Royal Blue #476CFC
RGB
CMYK
RGB Variations
Color information
#476CFC (or 0x476CFC) is known color: Royal Blue. HEX triplet: 47, 6C and FC. RGB value is (71,108,252). Sum of RGB (Red+Green+Blue) = 71+108+252=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #476CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476CFC is #B89303. Grayscale: #707070. Windows color (decimal): -12096260 or 16542791. OLE color: 16542791.
HSL color Cylindrical-coordinate representation of color #476CFC: hue angle of 227.73º 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 #476CFC is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 108 | 252 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.01 |
| HSL | 227.73º | 0.97% | 0.63% | - |
| HSV(B) | 227.73º | 0.72% | 0.99% | - |
| XYZ | 25.53 | 19.09 | 94.44 | - |
| YUV | 113.35 | 206.24 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 252 | 0.72 | 0.57 | 0 | 0.01 | 227.73 | 0.97 | 0.63 |
| Hex | 47 | 6C | FC | 48 | 39 | 0 | 1 | E4 | 61 | 3F |
| Octal | 107 | 154 | 374 | 110 | 71 | 0 | 1 | 344 | 141 | 77 |
| Binary | 1000111 | 1101100 | 11111100 | 1001000 | 111001 | 0 | 1 | 11100100 | 1100001 | 111111 |
Color Harmonies of #476CFC
Complementary color
Monochromatic Colors of #476CFC
Black with #476CFC
Text Example
Text Example
White with #476CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CFC; }
p { color: rgb(71,108,252); }
H1.HeaderClassName
{
color: #476CFC;
}
.AnyTagClassName
{
color: #476CFC;
}
</style>
background-color css
<style>
a { background-color: #476CFC; }
a { background-color: rgb(71,108,252); }
div.DivClassName
{
background-color: #476CFC;
}
.BgClassName
{
background-color: #476CFC;
}
</style>
border-color css
<style>
span { border-color: #476CFC; }
span { border-color: rgb(71,108,252); }
td.TdClassName
{
border-color: #476CFC;
}
.TagClassName
{
border-color: #476CFC;
}
</style>