Shades of Royal Blue #4760DB
Tints of Royal Blue #4760DB
RGB
CMYK
RGB Variations
Color information
#4760DB (or 0x4760DB) is known color: Royal Blue. HEX triplet: 47, 60 and DB. RGB value is (71,96,219). Sum of RGB (Red+Green+Blue) = 71+96+219=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #4760DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760DB is #B89F24. Grayscale: #666666. Windows color (decimal): -12099365 or 14377031. OLE color: 14377031.
HSL color Cylindrical-coordinate representation of color #4760DB: hue angle of 229.86º 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 #4760DB is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 96 | 219 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.14 |
| HSL | 229.86º | 0.67% | 0.57% | - |
| HSV(B) | 229.86º | 0.68% | 0.86% | - |
| XYZ | 19.57 | 14.82 | 68.85 | - |
| YUV | 102.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 219 | 0.68 | 0.56 | 0 | 0.14 | 229.86 | 0.67 | 0.57 |
| Hex | 47 | 60 | DB | 44 | 38 | 0 | E | E6 | 43 | 39 |
| Octal | 107 | 140 | 333 | 104 | 70 | 0 | 16 | 346 | 103 | 71 |
| Binary | 1000111 | 1100000 | 11011011 | 1000100 | 111000 | 0 | 1110 | 11100110 | 1000011 | 111001 |
Color Harmonies of #4760DB
Complementary color
Monochromatic Colors of #4760DB
Black with #4760DB
Text Example
Text Example
White with #4760DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4760DB; }
p { color: rgb(71,96,219); }
H1.HeaderClassName
{
color: #4760DB;
}
.AnyTagClassName
{
color: #4760DB;
}
</style>
background-color css
<style>
a { background-color: #4760DB; }
a { background-color: rgb(71,96,219); }
div.DivClassName
{
background-color: #4760DB;
}
.BgClassName
{
background-color: #4760DB;
}
</style>
border-color css
<style>
span { border-color: #4760DB; }
span { border-color: rgb(71,96,219); }
td.TdClassName
{
border-color: #4760DB;
}
.TagClassName
{
border-color: #4760DB;
}
</style>