Shades of Royal Blue #4769EE
Tints of Royal Blue #4769EE
RGB
CMYK
RGB Variations
Color information
#4769EE (or 0x4769EE) is known color: Royal Blue. HEX triplet: 47, 69 and EE. RGB value is (71,105,238). Sum of RGB (Red+Green+Blue) = 71+105+238=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #4769EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4769EE is #B89611. Grayscale: #6D6D6D. Windows color (decimal): -12097042 or 15624519. OLE color: 15624519.
HSL color Cylindrical-coordinate representation of color #4769EE: hue angle of 227.78º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4769EE is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 105 | 238 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.07 |
| HSL | 227.78º | 0.83% | 0.61% | - |
| HSV(B) | 227.78º | 0.7% | 0.93% | - |
| XYZ | 23.08 | 17.62 | 83.07 | - |
| YUV | 110 | 200.24 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 238 | 0.70 | 0.56 | 0 | 0.07 | 227.78 | 0.83 | 0.61 |
| Hex | 47 | 69 | EE | 46 | 38 | 0 | 7 | E4 | 53 | 3D |
| Octal | 107 | 151 | 356 | 106 | 70 | 0 | 7 | 344 | 123 | 75 |
| Binary | 1000111 | 1101001 | 11101110 | 1000110 | 111000 | 0 | 111 | 11100100 | 1010011 | 111101 |
Color Harmonies of #4769EE
Complementary color
Monochromatic Colors of #4769EE
Black with #4769EE
Text Example
Text Example
White with #4769EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4769EE; }
p { color: rgb(71,105,238); }
H1.HeaderClassName
{
color: #4769EE;
}
.AnyTagClassName
{
color: #4769EE;
}
</style>
background-color css
<style>
a { background-color: #4769EE; }
a { background-color: rgb(71,105,238); }
div.DivClassName
{
background-color: #4769EE;
}
.BgClassName
{
background-color: #4769EE;
}
</style>
border-color css
<style>
span { border-color: #4769EE; }
span { border-color: rgb(71,105,238); }
td.TdClassName
{
border-color: #4769EE;
}
.TagClassName
{
border-color: #4769EE;
}
</style>