Shades of Royal Blue #476FDD
Tints of Royal Blue #476FDD
RGB
CMYK
RGB Variations
Color information
#476FDD (or 0x476FDD) is known color: Royal Blue. HEX triplet: 47, 6F and DD. RGB value is (71,111,221). Sum of RGB (Red+Green+Blue) = 71+111+221=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #476FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FDD is #B89022. Grayscale: #6F6F6F. Windows color (decimal): -12095523 or 14511943. OLE color: 14511943.
HSL color Cylindrical-coordinate representation of color #476FDD: hue angle of 224º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476FDD is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 111 | 221 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.13 |
| HSL | 224º | 0.69% | 0.57% | - |
| HSV(B) | 224º | 0.68% | 0.87% | - |
| XYZ | 21.33 | 17.93 | 70.74 | - |
| YUV | 111.58 | 189.75 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 221 | 0.68 | 0.50 | 0 | 0.13 | 224 | 0.69 | 0.57 |
| Hex | 47 | 6F | DD | 44 | 32 | 0 | D | E0 | 45 | 39 |
| Octal | 107 | 157 | 335 | 104 | 62 | 0 | 15 | 340 | 105 | 71 |
| Binary | 1000111 | 1101111 | 11011101 | 1000100 | 110010 | 0 | 1101 | 11100000 | 1000101 | 111001 |
Color Harmonies of #476FDD
Complementary color
Monochromatic Colors of #476FDD
Black with #476FDD
Text Example
Text Example
White with #476FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FDD; }
p { color: rgb(71,111,221); }
H1.HeaderClassName
{
color: #476FDD;
}
.AnyTagClassName
{
color: #476FDD;
}
</style>
background-color css
<style>
a { background-color: #476FDD; }
a { background-color: rgb(71,111,221); }
div.DivClassName
{
background-color: #476FDD;
}
.BgClassName
{
background-color: #476FDD;
}
</style>
border-color css
<style>
span { border-color: #476FDD; }
span { border-color: rgb(71,111,221); }
td.TdClassName
{
border-color: #476FDD;
}
.TagClassName
{
border-color: #476FDD;
}
</style>