Shades of Royal Blue #4974DC
Tints of Royal Blue #4974DC
RGB
CMYK
RGB Variations
Color information
#4974DC (or 0x4974DC) is known color: Royal Blue. HEX triplet: 49, 74 and DC. RGB value is (73,116,220). Sum of RGB (Red+Green+Blue) = 73+116+220=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #4974DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4974DC is #B68B23. Grayscale: #727272. Windows color (decimal): -11963172 or 14447689. OLE color: 14447689.
HSL color Cylindrical-coordinate representation of color #4974DC: hue angle of 222.45º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4974DC is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 116 | 220 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.14 |
| HSL | 222.45º | 0.68% | 0.57% | - |
| HSV(B) | 222.45º | 0.67% | 0.86% | - |
| XYZ | 21.91 | 19.07 | 70.24 | - |
| YUV | 115 | 187.25 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 220 | 0.67 | 0.47 | 0 | 0.14 | 222.45 | 0.68 | 0.57 |
| Hex | 49 | 74 | DC | 43 | 2F | 0 | E | DE | 44 | 39 |
| Octal | 111 | 164 | 334 | 103 | 57 | 0 | 16 | 336 | 104 | 71 |
| Binary | 1001001 | 1110100 | 11011100 | 1000011 | 101111 | 0 | 1110 | 11011110 | 1000100 | 111001 |
Color Harmonies of #4974DC
Complementary color
Monochromatic Colors of #4974DC
Black with #4974DC
Text Example
Text Example
White with #4974DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4974DC; }
p { color: rgb(73,116,220); }
H1.HeaderClassName
{
color: #4974DC;
}
.AnyTagClassName
{
color: #4974DC;
}
</style>
background-color css
<style>
a { background-color: #4974DC; }
a { background-color: rgb(73,116,220); }
div.DivClassName
{
background-color: #4974DC;
}
.BgClassName
{
background-color: #4974DC;
}
</style>
border-color css
<style>
span { border-color: #4974DC; }
span { border-color: rgb(73,116,220); }
td.TdClassName
{
border-color: #4974DC;
}
.TagClassName
{
border-color: #4974DC;
}
</style>