Shades of Royal Blue #4A7FEB
Tints of Royal Blue #4A7FEB
RGB
CMYK
RGB Variations
Color information
#4A7FEB (or 0x4A7FEB) is known color: Royal Blue. HEX triplet: 4A, 7F and EB. RGB value is (74,127,235). Sum of RGB (Red+Green+Blue) = 74+127+235=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A7FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7FEB is #B58014. Grayscale: #7A7A7A. Windows color (decimal): -11894805 or 15433546. OLE color: 15433546.
HSL color Cylindrical-coordinate representation of color #4A7FEB: hue angle of 220.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A7FEB is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 127 | 235 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.08 |
| HSL | 220.25º | 0.8% | 0.61% | - |
| HSV(B) | 220.25º | 0.69% | 0.92% | - |
| XYZ | 25.41 | 22.63 | 81.63 | - |
| YUV | 123.47 | 190.94 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 127 | 235 | 0.69 | 0.46 | 0 | 0.08 | 220.25 | 0.8 | 0.61 |
| Hex | 4A | 7F | EB | 45 | 2E | 0 | 8 | DC | 50 | 3D |
| Octal | 112 | 177 | 353 | 105 | 56 | 0 | 10 | 334 | 120 | 75 |
| Binary | 1001010 | 1111111 | 11101011 | 1000101 | 101110 | 0 | 1000 | 11011100 | 1010000 | 111101 |
Color Harmonies of #4A7FEB
Complementary color
Monochromatic Colors of #4A7FEB
Black with #4A7FEB
Text Example
Text Example
White with #4A7FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7FEB; }
p { color: rgb(74,127,235); }
H1.HeaderClassName
{
color: #4A7FEB;
}
.AnyTagClassName
{
color: #4A7FEB;
}
</style>
background-color css
<style>
a { background-color: #4A7FEB; }
a { background-color: rgb(74,127,235); }
div.DivClassName
{
background-color: #4A7FEB;
}
.BgClassName
{
background-color: #4A7FEB;
}
</style>
border-color css
<style>
span { border-color: #4A7FEB; }
span { border-color: rgb(74,127,235); }
td.TdClassName
{
border-color: #4A7FEB;
}
.TagClassName
{
border-color: #4A7FEB;
}
</style>