Shades of Royal Blue #4A71DA
Tints of Royal Blue #4A71DA
RGB
CMYK
RGB Variations
Color information
#4A71DA (or 0x4A71DA) is known color: Royal Blue. HEX triplet: 4A, 71 and DA. RGB value is (74,113,218). Sum of RGB (Red+Green+Blue) = 74+113+218=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A71DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A71DA is #B58E25. Grayscale: #707070. Windows color (decimal): -11898406 or 14315850. OLE color: 14315850.
HSL color Cylindrical-coordinate representation of color #4A71DA: hue angle of 223.75º degrees, saturation: 0.66, 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 #4A71DA is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 113 | 218 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.15 |
| HSL | 223.75º | 0.66% | 0.57% | - |
| HSV(B) | 223.75º | 0.66% | 0.85% | - |
| XYZ | 21.38 | 18.33 | 68.74 | - |
| YUV | 113.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 218 | 0.66 | 0.48 | 0 | 0.15 | 223.75 | 0.66 | 0.57 |
| Hex | 4A | 71 | DA | 42 | 30 | 0 | F | E0 | 42 | 39 |
| Octal | 112 | 161 | 332 | 102 | 60 | 0 | 17 | 340 | 102 | 71 |
| Binary | 1001010 | 1110001 | 11011010 | 1000010 | 110000 | 0 | 1111 | 11100000 | 1000010 | 111001 |
Color Harmonies of #4A71DA
Complementary color
Monochromatic Colors of #4A71DA
Black with #4A71DA
Text Example
Text Example
White with #4A71DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A71DA; }
p { color: rgb(74,113,218); }
H1.HeaderClassName
{
color: #4A71DA;
}
.AnyTagClassName
{
color: #4A71DA;
}
</style>
background-color css
<style>
a { background-color: #4A71DA; }
a { background-color: rgb(74,113,218); }
div.DivClassName
{
background-color: #4A71DA;
}
.BgClassName
{
background-color: #4A71DA;
}
</style>
border-color css
<style>
span { border-color: #4A71DA; }
span { border-color: rgb(74,113,218); }
td.TdClassName
{
border-color: #4A71DA;
}
.TagClassName
{
border-color: #4A71DA;
}
</style>