Shades of Royal Blue #4760EF
Tints of Royal Blue #4760EF
RGB
CMYK
RGB Variations
Color information
#4760EF (or 0x4760EF) is known color: Royal Blue. HEX triplet: 47, 60 and EF. RGB value is (71,96,239). Sum of RGB (Red+Green+Blue) = 71+96+239=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #4760EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4760EF is #B89F10. Grayscale: #686868. Windows color (decimal): -12099345 or 15687751. OLE color: 15687751.
HSL color Cylindrical-coordinate representation of color #4760EF: hue angle of 231.07º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4760EF is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 96 | 239 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.06 |
| HSL | 231.07º | 0.84% | 0.61% | - |
| HSV(B) | 231.07º | 0.7% | 0.94% | - |
| XYZ | 22.36 | 15.94 | 83.56 | - |
| YUV | 104.83 | 203.72 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 239 | 0.70 | 0.60 | 0 | 0.06 | 231.07 | 0.84 | 0.61 |
| Hex | 47 | 60 | EF | 46 | 3C | 0 | 6 | E7 | 54 | 3D |
| Octal | 107 | 140 | 357 | 106 | 74 | 0 | 6 | 347 | 124 | 75 |
| Binary | 1000111 | 1100000 | 11101111 | 1000110 | 111100 | 0 | 110 | 11100111 | 1010100 | 111101 |
Color Harmonies of #4760EF
Complementary color
Monochromatic Colors of #4760EF
Black with #4760EF
Text Example
Text Example
White with #4760EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4760EF; }
p { color: rgb(71,96,239); }
H1.HeaderClassName
{
color: #4760EF;
}
.AnyTagClassName
{
color: #4760EF;
}
</style>
background-color css
<style>
a { background-color: #4760EF; }
a { background-color: rgb(71,96,239); }
div.DivClassName
{
background-color: #4760EF;
}
.BgClassName
{
background-color: #4760EF;
}
</style>
border-color css
<style>
span { border-color: #4760EF; }
span { border-color: rgb(71,96,239); }
td.TdClassName
{
border-color: #4760EF;
}
.TagClassName
{
border-color: #4760EF;
}
</style>