Shades of Royal Blue #4766DB
Tints of Royal Blue #4766DB
RGB
CMYK
RGB Variations
Color information
#4766DB (or 0x4766DB) is known color: Royal Blue. HEX triplet: 47, 66 and DB. RGB value is (71,102,219). Sum of RGB (Red+Green+Blue) = 71+102+219=392 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.11% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #4766DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766DB is #B89924. Grayscale: #696969. Windows color (decimal): -12097829 or 14378567. OLE color: 14378567.
HSL color Cylindrical-coordinate representation of color #4766DB: hue angle of 227.43º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4766DB is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 102 | 219 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.14 |
| HSL | 227.43º | 0.67% | 0.57% | - |
| HSV(B) | 227.43º | 0.68% | 0.86% | - |
| XYZ | 20.14 | 15.96 | 69.04 | - |
| YUV | 106.07 | 191.73 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 219 | 0.68 | 0.53 | 0 | 0.14 | 227.43 | 0.67 | 0.57 |
| Hex | 47 | 66 | DB | 44 | 35 | 0 | E | E3 | 43 | 39 |
| Octal | 107 | 146 | 333 | 104 | 65 | 0 | 16 | 343 | 103 | 71 |
| Binary | 1000111 | 1100110 | 11011011 | 1000100 | 110101 | 0 | 1110 | 11100011 | 1000011 | 111001 |
Color Harmonies of #4766DB
Complementary color
Monochromatic Colors of #4766DB
Black with #4766DB
Text Example
Text Example
White with #4766DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4766DB; }
p { color: rgb(71,102,219); }
H1.HeaderClassName
{
color: #4766DB;
}
.AnyTagClassName
{
color: #4766DB;
}
</style>
background-color css
<style>
a { background-color: #4766DB; }
a { background-color: rgb(71,102,219); }
div.DivClassName
{
background-color: #4766DB;
}
.BgClassName
{
background-color: #4766DB;
}
</style>
border-color css
<style>
span { border-color: #4766DB; }
span { border-color: rgb(71,102,219); }
td.TdClassName
{
border-color: #4766DB;
}
.TagClassName
{
border-color: #4766DB;
}
</style>