Shades of Royal Blue #4A71D2
Tints of Royal Blue #4A71D2
RGB
CMYK
RGB Variations
Color information
#4A71D2 (or 0x4A71D2) is known color: Royal Blue. HEX triplet: 4A, 71 and D2. RGB value is (74,113,210). Sum of RGB (Red+Green+Blue) = 74+113+210=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 210 (82.42% from 255 or 52.90% from 397); Max value from RGB is 210 - color contains mainly: blue. Hex color #4A71D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A71D2 is #B58E2D. Grayscale: #6F6F6F. Windows color (decimal): -11898414 or 13791562. OLE color: 13791562.
HSL color Cylindrical-coordinate representation of color #4A71D2: hue angle of 222.79º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A71D2 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 113 | 210 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.18 |
| HSL | 222.79º | 0.6% | 0.56% | - |
| HSV(B) | 222.79º | 0.65% | 0.82% | - |
| XYZ | 20.36 | 17.92 | 63.36 | - |
| YUV | 112.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 210 | 0.65 | 0.46 | 0 | 0.18 | 222.79 | 0.6 | 0.56 |
| Hex | 4A | 71 | D2 | 41 | 2E | 0 | 12 | DF | 3C | 38 |
| Octal | 112 | 161 | 322 | 101 | 56 | 0 | 22 | 337 | 74 | 70 |
| Binary | 1001010 | 1110001 | 11010010 | 1000001 | 101110 | 0 | 10010 | 11011111 | 111100 | 111000 |
Color Harmonies of #4A71D2
Complementary color
Monochromatic Colors of #4A71D2
Black with #4A71D2
Text Example
Text Example
White with #4A71D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A71D2; }
p { color: rgb(74,113,210); }
H1.HeaderClassName
{
color: #4A71D2;
}
.AnyTagClassName
{
color: #4A71D2;
}
</style>
background-color css
<style>
a { background-color: #4A71D2; }
a { background-color: rgb(74,113,210); }
div.DivClassName
{
background-color: #4A71D2;
}
.BgClassName
{
background-color: #4A71D2;
}
</style>
border-color css
<style>
span { border-color: #4A71D2; }
span { border-color: rgb(74,113,210); }
td.TdClassName
{
border-color: #4A71D2;
}
.TagClassName
{
border-color: #4A71D2;
}
</style>