Shades of Royal Blue #477ADF
Tints of Royal Blue #477ADF
RGB
CMYK
RGB Variations
Color information
#477ADF (or 0x477ADF) is known color: Royal Blue. HEX triplet: 47, 7A and DF. RGB value is (71,122,223). Sum of RGB (Red+Green+Blue) = 71+122+223=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #477ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ADF is #B88520. Grayscale: #757575. Windows color (decimal): -12092705 or 14645831. OLE color: 14645831.
HSL color Cylindrical-coordinate representation of color #477ADF: hue angle of 219.87º 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 #477ADF is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 122 | 223 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.13 |
| HSL | 219.87º | 0.7% | 0.58% | - |
| HSV(B) | 219.87º | 0.68% | 0.87% | - |
| XYZ | 22.88 | 20.59 | 72.58 | - |
| YUV | 118.27 | 187.1 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 223 | 0.68 | 0.45 | 0 | 0.13 | 219.87 | 0.7 | 0.58 |
| Hex | 47 | 7A | DF | 44 | 2D | 0 | D | DC | 46 | 3A |
| Octal | 107 | 172 | 337 | 104 | 55 | 0 | 15 | 334 | 106 | 72 |
| Binary | 1000111 | 1111010 | 11011111 | 1000100 | 101101 | 0 | 1101 | 11011100 | 1000110 | 111010 |
Color Harmonies of #477ADF
Complementary color
Monochromatic Colors of #477ADF
Black with #477ADF
Text Example
Text Example
White with #477ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477ADF; }
p { color: rgb(71,122,223); }
H1.HeaderClassName
{
color: #477ADF;
}
.AnyTagClassName
{
color: #477ADF;
}
</style>
background-color css
<style>
a { background-color: #477ADF; }
a { background-color: rgb(71,122,223); }
div.DivClassName
{
background-color: #477ADF;
}
.BgClassName
{
background-color: #477ADF;
}
</style>
border-color css
<style>
span { border-color: #477ADF; }
span { border-color: rgb(71,122,223); }
td.TdClassName
{
border-color: #477ADF;
}
.TagClassName
{
border-color: #477ADF;
}
</style>