Shades of Royal Blue #4978DD
Tints of Royal Blue #4978DD
RGB
CMYK
RGB Variations
Color information
#4978DD (or 0x4978DD) is known color: Royal Blue. HEX triplet: 49, 78 and DD. RGB value is (73,120,221). Sum of RGB (Red+Green+Blue) = 73+120+221=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #4978DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4978DD is #B68722. Grayscale: #757575. Windows color (decimal): -11962147 or 14514249. OLE color: 14514249.
HSL color Cylindrical-coordinate representation of color #4978DD: hue angle of 220.95º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4978DD is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 120 | 221 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.13 |
| HSL | 220.95º | 0.69% | 0.58% | - |
| HSV(B) | 220.95º | 0.67% | 0.87% | - |
| XYZ | 22.52 | 20.07 | 71.09 | - |
| YUV | 117.46 | 186.43 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 221 | 0.67 | 0.46 | 0 | 0.13 | 220.95 | 0.69 | 0.58 |
| Hex | 49 | 78 | DD | 43 | 2E | 0 | D | DD | 45 | 3A |
| Octal | 111 | 170 | 335 | 103 | 56 | 0 | 15 | 335 | 105 | 72 |
| Binary | 1001001 | 1111000 | 11011101 | 1000011 | 101110 | 0 | 1101 | 11011101 | 1000101 | 111010 |
Color Harmonies of #4978DD
Complementary color
Monochromatic Colors of #4978DD
Black with #4978DD
Text Example
Text Example
White with #4978DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4978DD; }
p { color: rgb(73,120,221); }
H1.HeaderClassName
{
color: #4978DD;
}
.AnyTagClassName
{
color: #4978DD;
}
</style>
background-color css
<style>
a { background-color: #4978DD; }
a { background-color: rgb(73,120,221); }
div.DivClassName
{
background-color: #4978DD;
}
.BgClassName
{
background-color: #4978DD;
}
</style>
border-color css
<style>
span { border-color: #4978DD; }
span { border-color: rgb(73,120,221); }
td.TdClassName
{
border-color: #4978DD;
}
.TagClassName
{
border-color: #4978DD;
}
</style>