Shades of Royal Blue #4766DF
Tints of Royal Blue #4766DF
RGB
CMYK
RGB Variations
Color information
#4766DF (or 0x4766DF) is known color: Royal Blue. HEX triplet: 47, 66 and DF. RGB value is (71,102,223). Sum of RGB (Red+Green+Blue) = 71+102+223=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #4766DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766DF is #B89920. Grayscale: #6A6A6A. Windows color (decimal): -12097825 or 14640711. OLE color: 14640711.
HSL color Cylindrical-coordinate representation of color #4766DF: hue angle of 227.76º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4766DF is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 102 | 223 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.13 |
| HSL | 227.76º | 0.7% | 0.58% | - |
| HSV(B) | 227.76º | 0.68% | 0.87% | - |
| XYZ | 20.67 | 16.17 | 71.84 | - |
| YUV | 106.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 223 | 0.68 | 0.54 | 0 | 0.13 | 227.76 | 0.7 | 0.58 |
| Hex | 47 | 66 | DF | 44 | 36 | 0 | D | E4 | 46 | 3A |
| Octal | 107 | 146 | 337 | 104 | 66 | 0 | 15 | 344 | 106 | 72 |
| Binary | 1000111 | 1100110 | 11011111 | 1000100 | 110110 | 0 | 1101 | 11100100 | 1000110 | 111010 |
Color Harmonies of #4766DF
Complementary color
Monochromatic Colors of #4766DF
Black with #4766DF
Text Example
Text Example
White with #4766DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4766DF; }
p { color: rgb(71,102,223); }
H1.HeaderClassName
{
color: #4766DF;
}
.AnyTagClassName
{
color: #4766DF;
}
</style>
background-color css
<style>
a { background-color: #4766DF; }
a { background-color: rgb(71,102,223); }
div.DivClassName
{
background-color: #4766DF;
}
.BgClassName
{
background-color: #4766DF;
}
</style>
border-color css
<style>
span { border-color: #4766DF; }
span { border-color: rgb(71,102,223); }
td.TdClassName
{
border-color: #4766DF;
}
.TagClassName
{
border-color: #4766DF;
}
</style>