Shades of Royal Blue #4978D9
Tints of Royal Blue #4978D9
RGB
CMYK
RGB Variations
Color information
#4978D9 (or 0x4978D9) is known color: Royal Blue. HEX triplet: 49, 78 and D9. RGB value is (73,120,217). Sum of RGB (Red+Green+Blue) = 73+120+217=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #4978D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4978D9 is #B68726. Grayscale: #747474. Windows color (decimal): -11962151 or 14252105. OLE color: 14252105.
HSL color Cylindrical-coordinate representation of color #4978D9: hue angle of 220.42º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4978D9 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 120 | 217 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.15 |
| HSL | 220.42º | 0.65% | 0.57% | - |
| HSV(B) | 220.42º | 0.66% | 0.85% | - |
| XYZ | 21.99 | 19.86 | 68.32 | - |
| YUV | 117.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 217 | 0.66 | 0.45 | 0 | 0.15 | 220.42 | 0.65 | 0.57 |
| Hex | 49 | 78 | D9 | 42 | 2D | 0 | F | DC | 41 | 39 |
| Octal | 111 | 170 | 331 | 102 | 55 | 0 | 17 | 334 | 101 | 71 |
| Binary | 1001001 | 1111000 | 11011001 | 1000010 | 101101 | 0 | 1111 | 11011100 | 1000001 | 111001 |
Color Harmonies of #4978D9
Complementary color
Monochromatic Colors of #4978D9
Black with #4978D9
Text Example
Text Example
White with #4978D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4978D9; }
p { color: rgb(73,120,217); }
H1.HeaderClassName
{
color: #4978D9;
}
.AnyTagClassName
{
color: #4978D9;
}
</style>
background-color css
<style>
a { background-color: #4978D9; }
a { background-color: rgb(73,120,217); }
div.DivClassName
{
background-color: #4978D9;
}
.BgClassName
{
background-color: #4978D9;
}
</style>
border-color css
<style>
span { border-color: #4978D9; }
span { border-color: rgb(73,120,217); }
td.TdClassName
{
border-color: #4978D9;
}
.TagClassName
{
border-color: #4978D9;
}
</style>