Shades of Royal Blue #4778DF
Tints of Royal Blue #4778DF
RGB
CMYK
RGB Variations
Color information
#4778DF (or 0x4778DF) is known color: Royal Blue. HEX triplet: 47, 78 and DF. RGB value is (71,120,223). Sum of RGB (Red+Green+Blue) = 71+120+223=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #4778DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4778DF is #B88720. Grayscale: #747474. Windows color (decimal): -12093217 or 14645319. OLE color: 14645319.
HSL color Cylindrical-coordinate representation of color #4778DF: hue angle of 220.66º 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 #4778DF is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 120 | 223 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.13 |
| HSL | 220.66º | 0.7% | 0.58% | - |
| HSV(B) | 220.66º | 0.68% | 0.87% | - |
| XYZ | 22.63 | 20.1 | 72.5 | - |
| YUV | 117.09 | 187.77 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 223 | 0.68 | 0.46 | 0 | 0.13 | 220.66 | 0.7 | 0.58 |
| Hex | 47 | 78 | DF | 44 | 2E | 0 | D | DD | 46 | 3A |
| Octal | 107 | 170 | 337 | 104 | 56 | 0 | 15 | 335 | 106 | 72 |
| Binary | 1000111 | 1111000 | 11011111 | 1000100 | 101110 | 0 | 1101 | 11011101 | 1000110 | 111010 |
Color Harmonies of #4778DF
Complementary color
Monochromatic Colors of #4778DF
Black with #4778DF
Text Example
Text Example
White with #4778DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4778DF; }
p { color: rgb(71,120,223); }
H1.HeaderClassName
{
color: #4778DF;
}
.AnyTagClassName
{
color: #4778DF;
}
</style>
background-color css
<style>
a { background-color: #4778DF; }
a { background-color: rgb(71,120,223); }
div.DivClassName
{
background-color: #4778DF;
}
.BgClassName
{
background-color: #4778DF;
}
</style>
border-color css
<style>
span { border-color: #4778DF; }
span { border-color: rgb(71,120,223); }
td.TdClassName
{
border-color: #4778DF;
}
.TagClassName
{
border-color: #4778DF;
}
</style>