Shades of Royal Blue #476FD1
Tints of Royal Blue #476FD1
RGB
CMYK
RGB Variations
Color information
#476FD1 (or 0x476FD1) is known color: Royal Blue. HEX triplet: 47, 6F and D1. RGB value is (71,111,209). Sum of RGB (Red+Green+Blue) = 71+111+209=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #476FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FD1 is #B8902E. Grayscale: #6D6D6D. Windows color (decimal): -12095535 or 13725511. OLE color: 13725511.
HSL color Cylindrical-coordinate representation of color #476FD1: hue angle of 222.61º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476FD1 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 111 | 209 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.18 |
| HSL | 222.61º | 0.6% | 0.55% | - |
| HSV(B) | 222.61º | 0.66% | 0.82% | - |
| XYZ | 19.79 | 17.31 | 62.62 | - |
| YUV | 110.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 209 | 0.66 | 0.47 | 0 | 0.18 | 222.61 | 0.6 | 0.55 |
| Hex | 47 | 6F | D1 | 42 | 2F | 0 | 12 | DF | 3C | 37 |
| Octal | 107 | 157 | 321 | 102 | 57 | 0 | 22 | 337 | 74 | 67 |
| Binary | 1000111 | 1101111 | 11010001 | 1000010 | 101111 | 0 | 10010 | 11011111 | 111100 | 110111 |
Color Harmonies of #476FD1
Complementary color
Monochromatic Colors of #476FD1
Black with #476FD1
Text Example
Text Example
White with #476FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FD1; }
p { color: rgb(71,111,209); }
H1.HeaderClassName
{
color: #476FD1;
}
.AnyTagClassName
{
color: #476FD1;
}
</style>
background-color css
<style>
a { background-color: #476FD1; }
a { background-color: rgb(71,111,209); }
div.DivClassName
{
background-color: #476FD1;
}
.BgClassName
{
background-color: #476FD1;
}
</style>
border-color css
<style>
span { border-color: #476FD1; }
span { border-color: rgb(71,111,209); }
td.TdClassName
{
border-color: #476FD1;
}
.TagClassName
{
border-color: #476FD1;
}
</style>