Shades of Royal Blue #476CFE
Tints of Royal Blue #476CFE
RGB
CMYK
RGB Variations
Color information
#476CFE (or 0x476CFE) is known color: Royal Blue. HEX triplet: 47, 6C and FE. RGB value is (71,108,254). Sum of RGB (Red+Green+Blue) = 71+108+254=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #476CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476CFE is #B89301. Grayscale: #707070. Windows color (decimal): -12096258 or 16673863. OLE color: 16673863.
HSL color Cylindrical-coordinate representation of color #476CFE: hue angle of 227.87º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #476CFE is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 108 | 254 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.00 |
| HSL | 227.87º | 0.99% | 0.64% | - |
| HSV(B) | 227.87º | 0.72% | 1% | - |
| XYZ | 25.85 | 19.22 | 96.11 | - |
| YUV | 113.58 | 207.24 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 254 | 0.72 | 0.57 | 0 | 0.00 | 227.87 | 0.99 | 0.64 |
| Hex | 47 | 6C | FE | 48 | 39 | 0 | 0 | E4 | 63 | 40 |
| Octal | 107 | 154 | 376 | 110 | 71 | 0 | 0 | 344 | 143 | 100 |
| Binary | 1000111 | 1101100 | 11111110 | 1001000 | 111001 | 0 | 0 | 11100100 | 1100011 | 1000000 |
Color Harmonies of #476CFE
Complementary color
Monochromatic Colors of #476CFE
Black with #476CFE
Text Example
Text Example
White with #476CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CFE; }
p { color: rgb(71,108,254); }
H1.HeaderClassName
{
color: #476CFE;
}
.AnyTagClassName
{
color: #476CFE;
}
</style>
background-color css
<style>
a { background-color: #476CFE; }
a { background-color: rgb(71,108,254); }
div.DivClassName
{
background-color: #476CFE;
}
.BgClassName
{
background-color: #476CFE;
}
</style>
border-color css
<style>
span { border-color: #476CFE; }
span { border-color: rgb(71,108,254); }
td.TdClassName
{
border-color: #476CFE;
}
.TagClassName
{
border-color: #476CFE;
}
</style>