Shades of Royal Blue #476BFF
Tints of Royal Blue #476BFF
RGB
CMYK
RGB Variations
Color information
#476BFF (or 0x476BFF) is known color: Royal Blue. HEX triplet: 47, 6B and FF. RGB value is (71,107,255). Sum of RGB (Red+Green+Blue) = 71+107+255=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #476BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476BFF is #B89400. Grayscale: #707070. Windows color (decimal): -12096513 or 16739143. OLE color: 16739143.
HSL color Cylindrical-coordinate representation of color #476BFF: hue angle of 228.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #476BFF is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 107 | 255 | - |
| CMYK | 0.72 | 0.58 | 0 | 0 |
| HSL | 228.26º | 1% | 0.64% | - |
| HSV(B) | 228.26º | 0.72% | 1% | - |
| XYZ | 25.91 | 19.07 | 96.92 | - |
| YUV | 113.11 | 208.07 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 255 | 0.72 | 0.58 | 0 | 0 | 228.26 | 1 | 0.64 |
| Hex | 47 | 6B | FF | 48 | 3A | 0 | 0 | E4 | 64 | 40 |
| Octal | 107 | 153 | 377 | 110 | 72 | 0 | 0 | 344 | 144 | 100 |
| Binary | 1000111 | 1101011 | 11111111 | 1001000 | 111010 | 0 | 0 | 11100100 | 1100100 | 1000000 |
Color Harmonies of #476BFF
Complementary color
Monochromatic Colors of #476BFF
Black with #476BFF
Text Example
Text Example
White with #476BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476BFF; }
p { color: rgb(71,107,255); }
H1.HeaderClassName
{
color: #476BFF;
}
.AnyTagClassName
{
color: #476BFF;
}
</style>
background-color css
<style>
a { background-color: #476BFF; }
a { background-color: rgb(71,107,255); }
div.DivClassName
{
background-color: #476BFF;
}
.BgClassName
{
background-color: #476BFF;
}
</style>
border-color css
<style>
span { border-color: #476BFF; }
span { border-color: rgb(71,107,255); }
td.TdClassName
{
border-color: #476BFF;
}
.TagClassName
{
border-color: #476BFF;
}
</style>