Shades of Royal Blue #4766EB
Tints of Royal Blue #4766EB
RGB
CMYK
RGB Variations
Color information
#4766EB (or 0x4766EB) is known color: Royal Blue. HEX triplet: 47, 66 and EB. RGB value is (71,102,235). Sum of RGB (Red+Green+Blue) = 71+102+235=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #4766EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4766EB is #B89914. Grayscale: #6B6B6B. Windows color (decimal): -12097813 or 15427143. OLE color: 15427143.
HSL color Cylindrical-coordinate representation of color #4766EB: hue angle of 228.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4766EB is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 102 | 235 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.08 |
| HSL | 228.66º | 0.8% | 0.6% | - |
| HSV(B) | 228.66º | 0.7% | 0.92% | - |
| XYZ | 22.35 | 16.84 | 80.67 | - |
| YUV | 107.89 | 199.73 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 235 | 0.70 | 0.57 | 0 | 0.08 | 228.66 | 0.8 | 0.6 |
| Hex | 47 | 66 | EB | 46 | 39 | 0 | 8 | E5 | 50 | 3C |
| Octal | 107 | 146 | 353 | 106 | 71 | 0 | 10 | 345 | 120 | 74 |
| Binary | 1000111 | 1100110 | 11101011 | 1000110 | 111001 | 0 | 1000 | 11100101 | 1010000 | 111100 |
Color Harmonies of #4766EB
Complementary color
Monochromatic Colors of #4766EB
Black with #4766EB
Text Example
Text Example
White with #4766EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4766EB; }
p { color: rgb(71,102,235); }
H1.HeaderClassName
{
color: #4766EB;
}
.AnyTagClassName
{
color: #4766EB;
}
</style>
background-color css
<style>
a { background-color: #4766EB; }
a { background-color: rgb(71,102,235); }
div.DivClassName
{
background-color: #4766EB;
}
.BgClassName
{
background-color: #4766EB;
}
</style>
border-color css
<style>
span { border-color: #4766EB; }
span { border-color: rgb(71,102,235); }
td.TdClassName
{
border-color: #4766EB;
}
.TagClassName
{
border-color: #4766EB;
}
</style>