Shades of Royal Blue #477DDA
Tints of Royal Blue #477DDA
RGB
CMYK
RGB Variations
Color information
#477DDA (or 0x477DDA) is known color: Royal Blue. HEX triplet: 47, 7D and DA. RGB value is (71,125,218). Sum of RGB (Red+Green+Blue) = 71+125+218=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #477DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DDA is #B88225. Grayscale: #777777. Windows color (decimal): -12091942 or 14318919. OLE color: 14318919.
HSL color Cylindrical-coordinate representation of color #477DDA: hue angle of 217.96º 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 #477DDA is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 125 | 218 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.15 |
| HSL | 217.96º | 0.67% | 0.57% | - |
| HSV(B) | 217.96º | 0.67% | 0.85% | - |
| XYZ | 22.59 | 21.07 | 69.21 | - |
| YUV | 119.46 | 183.61 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 218 | 0.67 | 0.43 | 0 | 0.15 | 217.96 | 0.67 | 0.57 |
| Hex | 47 | 7D | DA | 43 | 2B | 0 | F | DA | 43 | 39 |
| Octal | 107 | 175 | 332 | 103 | 53 | 0 | 17 | 332 | 103 | 71 |
| Binary | 1000111 | 1111101 | 11011010 | 1000011 | 101011 | 0 | 1111 | 11011010 | 1000011 | 111001 |
Color Harmonies of #477DDA
Complementary color
Monochromatic Colors of #477DDA
Black with #477DDA
Text Example
Text Example
White with #477DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DDA; }
p { color: rgb(71,125,218); }
H1.HeaderClassName
{
color: #477DDA;
}
.AnyTagClassName
{
color: #477DDA;
}
</style>
background-color css
<style>
a { background-color: #477DDA; }
a { background-color: rgb(71,125,218); }
div.DivClassName
{
background-color: #477DDA;
}
.BgClassName
{
background-color: #477DDA;
}
</style>
border-color css
<style>
span { border-color: #477DDA; }
span { border-color: rgb(71,125,218); }
td.TdClassName
{
border-color: #477DDA;
}
.TagClassName
{
border-color: #477DDA;
}
</style>