Shades of Royal Blue #476CDF
Tints of Royal Blue #476CDF
RGB
CMYK
RGB Variations
Color information
#476CDF (or 0x476CDF) is known color: Royal Blue. HEX triplet: 47, 6C and DF. RGB value is (71,108,223). Sum of RGB (Red+Green+Blue) = 71+108+223=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #476CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CDF is #B89320. Grayscale: #6D6D6D. Windows color (decimal): -12096289 or 14642247. OLE color: 14642247.
HSL color Cylindrical-coordinate representation of color #476CDF: hue angle of 225.39º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476CDF is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 108 | 223 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.13 |
| HSL | 225.39º | 0.7% | 0.58% | - |
| HSV(B) | 225.39º | 0.68% | 0.87% | - |
| XYZ | 21.28 | 17.39 | 72.05 | - |
| YUV | 110.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 223 | 0.68 | 0.52 | 0 | 0.13 | 225.39 | 0.7 | 0.58 |
| Hex | 47 | 6C | DF | 44 | 34 | 0 | D | E1 | 46 | 3A |
| Octal | 107 | 154 | 337 | 104 | 64 | 0 | 15 | 341 | 106 | 72 |
| Binary | 1000111 | 1101100 | 11011111 | 1000100 | 110100 | 0 | 1101 | 11100001 | 1000110 | 111010 |
Color Harmonies of #476CDF
Complementary color
Monochromatic Colors of #476CDF
Black with #476CDF
Text Example
Text Example
White with #476CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CDF; }
p { color: rgb(71,108,223); }
H1.HeaderClassName
{
color: #476CDF;
}
.AnyTagClassName
{
color: #476CDF;
}
</style>
background-color css
<style>
a { background-color: #476CDF; }
a { background-color: rgb(71,108,223); }
div.DivClassName
{
background-color: #476CDF;
}
.BgClassName
{
background-color: #476CDF;
}
</style>
border-color css
<style>
span { border-color: #476CDF; }
span { border-color: rgb(71,108,223); }
td.TdClassName
{
border-color: #476CDF;
}
.TagClassName
{
border-color: #476CDF;
}
</style>