Shades of Royal Blue #4769EF
Tints of Royal Blue #4769EF
RGB
CMYK
RGB Variations
Color information
#4769EF (or 0x4769EF) is known color: Royal Blue. HEX triplet: 47, 69 and EF. RGB value is (71,105,239). Sum of RGB (Red+Green+Blue) = 71+105+239=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #4769EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4769EF is #B89610. Grayscale: #6D6D6D. Windows color (decimal): -12097041 or 15690055. OLE color: 15690055.
HSL color Cylindrical-coordinate representation of color #4769EF: hue angle of 227.86º 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 #4769EF is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 105 | 239 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.06 |
| HSL | 227.86º | 0.84% | 0.61% | - |
| HSV(B) | 227.86º | 0.7% | 0.94% | - |
| XYZ | 23.23 | 17.67 | 83.85 | - |
| YUV | 110.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 239 | 0.70 | 0.56 | 0 | 0.06 | 227.86 | 0.84 | 0.61 |
| Hex | 47 | 69 | EF | 46 | 38 | 0 | 6 | E4 | 54 | 3D |
| Octal | 107 | 151 | 357 | 106 | 70 | 0 | 6 | 344 | 124 | 75 |
| Binary | 1000111 | 1101001 | 11101111 | 1000110 | 111000 | 0 | 110 | 11100100 | 1010100 | 111101 |
Color Harmonies of #4769EF
Complementary color
Monochromatic Colors of #4769EF
Black with #4769EF
Text Example
Text Example
White with #4769EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4769EF; }
p { color: rgb(71,105,239); }
H1.HeaderClassName
{
color: #4769EF;
}
.AnyTagClassName
{
color: #4769EF;
}
</style>
background-color css
<style>
a { background-color: #4769EF; }
a { background-color: rgb(71,105,239); }
div.DivClassName
{
background-color: #4769EF;
}
.BgClassName
{
background-color: #4769EF;
}
</style>
border-color css
<style>
span { border-color: #4769EF; }
span { border-color: rgb(71,105,239); }
td.TdClassName
{
border-color: #4769EF;
}
.TagClassName
{
border-color: #4769EF;
}
</style>