Shades of Royal Blue #477CDA
Tints of Royal Blue #477CDA
RGB
CMYK
RGB Variations
Color information
#477CDA (or 0x477CDA) is known color: Royal Blue. HEX triplet: 47, 7C and DA. RGB value is (71,124,218). Sum of RGB (Red+Green+Blue) = 71+124+218=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #477CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CDA is #B88325. Grayscale: #767676. Windows color (decimal): -12092198 or 14318663. OLE color: 14318663.
HSL color Cylindrical-coordinate representation of color #477CDA: hue angle of 218.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #477CDA is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 124 | 218 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.15 |
| HSL | 218.37º | 0.67% | 0.57% | - |
| HSV(B) | 218.37º | 0.67% | 0.85% | - |
| XYZ | 22.46 | 20.82 | 69.16 | - |
| YUV | 118.87 | 183.94 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 218 | 0.67 | 0.43 | 0 | 0.15 | 218.37 | 0.67 | 0.57 |
| Hex | 47 | 7C | DA | 43 | 2B | 0 | F | DA | 43 | 39 |
| Octal | 107 | 174 | 332 | 103 | 53 | 0 | 17 | 332 | 103 | 71 |
| Binary | 1000111 | 1111100 | 11011010 | 1000011 | 101011 | 0 | 1111 | 11011010 | 1000011 | 111001 |
Color Harmonies of #477CDA
Complementary color
Monochromatic Colors of #477CDA
Black with #477CDA
Text Example
Text Example
White with #477CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CDA; }
p { color: rgb(71,124,218); }
H1.HeaderClassName
{
color: #477CDA;
}
.AnyTagClassName
{
color: #477CDA;
}
</style>
background-color css
<style>
a { background-color: #477CDA; }
a { background-color: rgb(71,124,218); }
div.DivClassName
{
background-color: #477CDA;
}
.BgClassName
{
background-color: #477CDA;
}
</style>
border-color css
<style>
span { border-color: #477CDA; }
span { border-color: rgb(71,124,218); }
td.TdClassName
{
border-color: #477CDA;
}
.TagClassName
{
border-color: #477CDA;
}
</style>