Shades of Royal Blue #4A7CFF
Tints of Royal Blue #4A7CFF
RGB
CMYK
RGB Variations
Color information
#4A7CFF (or 0x4A7CFF) is known color: Royal Blue. HEX triplet: 4A, 7C and FF. RGB value is (74,124,255). Sum of RGB (Red+Green+Blue) = 74+124+255=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A7CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7CFF is #B58300. Grayscale: #7B7B7B. Windows color (decimal): -11895553 or 16743498. OLE color: 16743498.
HSL color Cylindrical-coordinate representation of color #4A7CFF: hue angle of 223.43º 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 #4A7CFF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 124 | 255 | - |
| CMYK | 0.71 | 0.51 | 0 | 0 |
| HSL | 223.43º | 1% | 0.65% | - |
| HSV(B) | 223.43º | 0.71% | 1% | - |
| XYZ | 28.08 | 23.09 | 97.58 | - |
| YUV | 123.98 | 201.94 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 255 | 0.71 | 0.51 | 0 | 0 | 223.43 | 1 | 0.65 |
| Hex | 4A | 7C | FF | 47 | 33 | 0 | 0 | DF | 64 | 41 |
| Octal | 112 | 174 | 377 | 107 | 63 | 0 | 0 | 337 | 144 | 101 |
| Binary | 1001010 | 1111100 | 11111111 | 1000111 | 110011 | 0 | 0 | 11011111 | 1100100 | 1000001 |
Color Harmonies of #4A7CFF
Complementary color
Monochromatic Colors of #4A7CFF
Black with #4A7CFF
Text Example
Text Example
White with #4A7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7CFF; }
p { color: rgb(74,124,255); }
H1.HeaderClassName
{
color: #4A7CFF;
}
.AnyTagClassName
{
color: #4A7CFF;
}
</style>
background-color css
<style>
a { background-color: #4A7CFF; }
a { background-color: rgb(74,124,255); }
div.DivClassName
{
background-color: #4A7CFF;
}
.BgClassName
{
background-color: #4A7CFF;
}
</style>
border-color css
<style>
span { border-color: #4A7CFF; }
span { border-color: rgb(74,124,255); }
td.TdClassName
{
border-color: #4A7CFF;
}
.TagClassName
{
border-color: #4A7CFF;
}
</style>