Shades of Royal Blue #4A7DDC
Tints of Royal Blue #4A7DDC
RGB
CMYK
RGB Variations
Color information
#4A7DDC (or 0x4A7DDC) is known color: Royal Blue. HEX triplet: 4A, 7D and DC. RGB value is (74,125,220). Sum of RGB (Red+Green+Blue) = 74+125+220=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A7DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7DDC is #B58223. Grayscale: #787878. Windows color (decimal): -11895332 or 14449994. OLE color: 14449994.
HSL color Cylindrical-coordinate representation of color #4A7DDC: hue angle of 219.04º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A7DDC is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 125 | 220 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.14 |
| HSL | 219.04º | 0.68% | 0.58% | - |
| HSV(B) | 219.04º | 0.66% | 0.86% | - |
| XYZ | 23.08 | 21.29 | 70.6 | - |
| YUV | 120.58 | 184.1 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 125 | 220 | 0.66 | 0.43 | 0 | 0.14 | 219.04 | 0.68 | 0.58 |
| Hex | 4A | 7D | DC | 42 | 2B | 0 | E | DB | 44 | 3A |
| Octal | 112 | 175 | 334 | 102 | 53 | 0 | 16 | 333 | 104 | 72 |
| Binary | 1001010 | 1111101 | 11011100 | 1000010 | 101011 | 0 | 1110 | 11011011 | 1000100 | 111010 |
Color Harmonies of #4A7DDC
Complementary color
Monochromatic Colors of #4A7DDC
Black with #4A7DDC
Text Example
Text Example
White with #4A7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7DDC; }
p { color: rgb(74,125,220); }
H1.HeaderClassName
{
color: #4A7DDC;
}
.AnyTagClassName
{
color: #4A7DDC;
}
</style>
background-color css
<style>
a { background-color: #4A7DDC; }
a { background-color: rgb(74,125,220); }
div.DivClassName
{
background-color: #4A7DDC;
}
.BgClassName
{
background-color: #4A7DDC;
}
</style>
border-color css
<style>
span { border-color: #4A7DDC; }
span { border-color: rgb(74,125,220); }
td.TdClassName
{
border-color: #4A7DDC;
}
.TagClassName
{
border-color: #4A7DDC;
}
</style>