Shades of Royal Blue #477ADC
Tints of Royal Blue #477ADC
RGB
CMYK
RGB Variations
Color information
#477ADC (or 0x477ADC) is known color: Royal Blue. HEX triplet: 47, 7A and DC. RGB value is (71,122,220). Sum of RGB (Red+Green+Blue) = 71+122+220=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #477ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ADC is #B88523. Grayscale: #757575. Windows color (decimal): -12092708 or 14449223. OLE color: 14449223.
HSL color Cylindrical-coordinate representation of color #477ADC: hue angle of 219.46º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477ADC is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 122 | 220 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.14 |
| HSL | 219.46º | 0.68% | 0.57% | - |
| HSV(B) | 219.46º | 0.68% | 0.86% | - |
| XYZ | 22.48 | 20.43 | 70.47 | - |
| YUV | 117.92 | 185.6 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 220 | 0.68 | 0.45 | 0 | 0.14 | 219.46 | 0.68 | 0.57 |
| Hex | 47 | 7A | DC | 44 | 2D | 0 | E | DB | 44 | 39 |
| Octal | 107 | 172 | 334 | 104 | 55 | 0 | 16 | 333 | 104 | 71 |
| Binary | 1000111 | 1111010 | 11011100 | 1000100 | 101101 | 0 | 1110 | 11011011 | 1000100 | 111001 |
Color Harmonies of #477ADC
Complementary color
Monochromatic Colors of #477ADC
Black with #477ADC
Text Example
Text Example
White with #477ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477ADC; }
p { color: rgb(71,122,220); }
H1.HeaderClassName
{
color: #477ADC;
}
.AnyTagClassName
{
color: #477ADC;
}
</style>
background-color css
<style>
a { background-color: #477ADC; }
a { background-color: rgb(71,122,220); }
div.DivClassName
{
background-color: #477ADC;
}
.BgClassName
{
background-color: #477ADC;
}
</style>
border-color css
<style>
span { border-color: #477ADC; }
span { border-color: rgb(71,122,220); }
td.TdClassName
{
border-color: #477ADC;
}
.TagClassName
{
border-color: #477ADC;
}
</style>