Shades of Royal Blue #4A7FFF
Tints of Royal Blue #4A7FFF
RGB
CMYK
RGB Variations
Color information
#4A7FFF (or 0x4A7FFF) is known color: Royal Blue. HEX triplet: 4A, 7F and FF. RGB value is (74,127,255). Sum of RGB (Red+Green+Blue) = 74+127+255=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A7FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7FFF is #B58000. Grayscale: #7D7D7D. Windows color (decimal): -11894785 or 16744266. OLE color: 16744266.
HSL color Cylindrical-coordinate representation of color #4A7FFF: hue angle of 222.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 #4A7FFF is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 127 | 255 | - |
| CMYK | 0.71 | 0.50 | 0 | 0 |
| HSL | 222.43º | 1% | 0.65% | - |
| HSV(B) | 222.43º | 0.71% | 1% | - |
| XYZ | 28.46 | 23.85 | 97.71 | - |
| YUV | 125.75 | 200.94 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 127 | 255 | 0.71 | 0.50 | 0 | 0 | 222.43 | 1 | 0.65 |
| Hex | 4A | 7F | FF | 47 | 32 | 0 | 0 | DE | 64 | 41 |
| Octal | 112 | 177 | 377 | 107 | 62 | 0 | 0 | 336 | 144 | 101 |
| Binary | 1001010 | 1111111 | 11111111 | 1000111 | 110010 | 0 | 0 | 11011110 | 1100100 | 1000001 |
Color Harmonies of #4A7FFF
Complementary color
Monochromatic Colors of #4A7FFF
Black with #4A7FFF
Text Example
Text Example
White with #4A7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7FFF; }
p { color: rgb(74,127,255); }
H1.HeaderClassName
{
color: #4A7FFF;
}
.AnyTagClassName
{
color: #4A7FFF;
}
</style>
background-color css
<style>
a { background-color: #4A7FFF; }
a { background-color: rgb(74,127,255); }
div.DivClassName
{
background-color: #4A7FFF;
}
.BgClassName
{
background-color: #4A7FFF;
}
</style>
border-color css
<style>
span { border-color: #4A7FFF; }
span { border-color: rgb(74,127,255); }
td.TdClassName
{
border-color: #4A7FFF;
}
.TagClassName
{
border-color: #4A7FFF;
}
</style>