Shades of Royal Blue #476AD3
Tints of Royal Blue #476AD3
RGB
CMYK
RGB Variations
Color information
#476AD3 (or 0x476AD3) is known color: Royal Blue. HEX triplet: 47, 6A and D3. RGB value is (71,106,211). Sum of RGB (Red+Green+Blue) = 71+106+211=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #476AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476AD3 is #B8952C. Grayscale: #6B6B6B. Windows color (decimal): -12096813 or 13855303. OLE color: 13855303.
HSL color Cylindrical-coordinate representation of color #476AD3: hue angle of 225º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476AD3 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 106 | 211 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.17 |
| HSL | 225º | 0.61% | 0.55% | - |
| HSV(B) | 225º | 0.66% | 0.83% | - |
| XYZ | 19.51 | 16.35 | 63.76 | - |
| YUV | 107.51 | 186.4 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 211 | 0.66 | 0.50 | 0 | 0.17 | 225 | 0.61 | 0.55 |
| Hex | 47 | 6A | D3 | 42 | 32 | 0 | 11 | E1 | 3D | 37 |
| Octal | 107 | 152 | 323 | 102 | 62 | 0 | 21 | 341 | 75 | 67 |
| Binary | 1000111 | 1101010 | 11010011 | 1000010 | 110010 | 0 | 10001 | 11100001 | 111101 | 110111 |
Color Harmonies of #476AD3
Complementary color
Monochromatic Colors of #476AD3
Black with #476AD3
Text Example
Text Example
White with #476AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476AD3; }
p { color: rgb(71,106,211); }
H1.HeaderClassName
{
color: #476AD3;
}
.AnyTagClassName
{
color: #476AD3;
}
</style>
background-color css
<style>
a { background-color: #476AD3; }
a { background-color: rgb(71,106,211); }
div.DivClassName
{
background-color: #476AD3;
}
.BgClassName
{
background-color: #476AD3;
}
</style>
border-color css
<style>
span { border-color: #476AD3; }
span { border-color: rgb(71,106,211); }
td.TdClassName
{
border-color: #476AD3;
}
.TagClassName
{
border-color: #476AD3;
}
</style>