Shades of Royal Blue #476BFE
Tints of Royal Blue #476BFE
RGB
CMYK
RGB Variations
Color information
#476BFE (or 0x476BFE) is known color: Royal Blue. HEX triplet: 47, 6B and FE. RGB value is (71,107,254). Sum of RGB (Red+Green+Blue) = 71+107+254=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #476BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476BFE is #B89401. Grayscale: #707070. Windows color (decimal): -12096514 or 16673607. OLE color: 16673607.
HSL color Cylindrical-coordinate representation of color #476BFE: hue angle of 228.2º 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 #476BFE is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 107 | 254 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.00 |
| HSL | 228.2º | 0.99% | 0.64% | - |
| HSV(B) | 228.2º | 0.72% | 1% | - |
| XYZ | 25.75 | 19.01 | 96.08 | - |
| YUV | 112.99 | 207.57 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 254 | 0.72 | 0.58 | 0 | 0.00 | 228.2 | 0.99 | 0.64 |
| Hex | 47 | 6B | FE | 48 | 3A | 0 | 0 | E4 | 63 | 40 |
| Octal | 107 | 153 | 376 | 110 | 72 | 0 | 0 | 344 | 143 | 100 |
| Binary | 1000111 | 1101011 | 11111110 | 1001000 | 111010 | 0 | 0 | 11100100 | 1100011 | 1000000 |
Color Harmonies of #476BFE
Complementary color
Monochromatic Colors of #476BFE
Black with #476BFE
Text Example
Text Example
White with #476BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476BFE; }
p { color: rgb(71,107,254); }
H1.HeaderClassName
{
color: #476BFE;
}
.AnyTagClassName
{
color: #476BFE;
}
</style>
background-color css
<style>
a { background-color: #476BFE; }
a { background-color: rgb(71,107,254); }
div.DivClassName
{
background-color: #476BFE;
}
.BgClassName
{
background-color: #476BFE;
}
</style>
border-color css
<style>
span { border-color: #476BFE; }
span { border-color: rgb(71,107,254); }
td.TdClassName
{
border-color: #476BFE;
}
.TagClassName
{
border-color: #476BFE;
}
</style>