Shades of Royal Blue #4A7DFF
Tints of Royal Blue #4A7DFF
RGB
CMYK
RGB Variations
Color information
#4A7DFF (or 0x4A7DFF) is known color: Royal Blue. HEX triplet: 4A, 7D and FF. RGB value is (74,125,255). Sum of RGB (Red+Green+Blue) = 74+125+255=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A7DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7DFF is #B58200. Grayscale: #7C7C7C. Windows color (decimal): -11895297 or 16743754. OLE color: 16743754.
HSL color Cylindrical-coordinate representation of color #4A7DFF: hue angle of 223.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A7DFF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 125 | 255 | - |
| CMYK | 0.71 | 0.51 | 0 | 0 |
| HSL | 223.09º | 1% | 0.65% | - |
| HSV(B) | 223.09º | 0.71% | 1% | - |
| XYZ | 28.21 | 23.34 | 97.63 | - |
| YUV | 124.57 | 201.6 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 125 | 255 | 0.71 | 0.51 | 0 | 0 | 223.09 | 1 | 0.65 |
| Hex | 4A | 7D | FF | 47 | 33 | 0 | 0 | DF | 64 | 41 |
| Octal | 112 | 175 | 377 | 107 | 63 | 0 | 0 | 337 | 144 | 101 |
| Binary | 1001010 | 1111101 | 11111111 | 1000111 | 110011 | 0 | 0 | 11011111 | 1100100 | 1000001 |
Color Harmonies of #4A7DFF
Complementary color
Monochromatic Colors of #4A7DFF
Black with #4A7DFF
Text Example
Text Example
White with #4A7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7DFF; }
p { color: rgb(74,125,255); }
H1.HeaderClassName
{
color: #4A7DFF;
}
.AnyTagClassName
{
color: #4A7DFF;
}
</style>
background-color css
<style>
a { background-color: #4A7DFF; }
a { background-color: rgb(74,125,255); }
div.DivClassName
{
background-color: #4A7DFF;
}
.BgClassName
{
background-color: #4A7DFF;
}
</style>
border-color css
<style>
span { border-color: #4A7DFF; }
span { border-color: rgb(74,125,255); }
td.TdClassName
{
border-color: #4A7DFF;
}
.TagClassName
{
border-color: #4A7DFF;
}
</style>