Shades of Royal Blue #4780DB
Tints of Royal Blue #4780DB
RGB
CMYK
RGB Variations
Color information
#4780DB (or 0x4780DB) is known color: Royal Blue. HEX triplet: 47, 80 and DB. RGB value is (71,128,219). Sum of RGB (Red+Green+Blue) = 71+128+219=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #4780DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4780DB is #B87F24. Grayscale: #787878. Windows color (decimal): -12091173 or 14385223. OLE color: 14385223.
HSL color Cylindrical-coordinate representation of color #4780DB: hue angle of 216.89º 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 #4780DB is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 128 | 219 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.14 |
| HSL | 216.89º | 0.67% | 0.57% | - |
| HSV(B) | 216.89º | 0.68% | 0.86% | - |
| XYZ | 23.1 | 21.89 | 70.03 | - |
| YUV | 121.33 | 183.12 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 219 | 0.68 | 0.42 | 0 | 0.14 | 216.89 | 0.67 | 0.57 |
| Hex | 47 | 80 | DB | 44 | 2A | 0 | E | D9 | 43 | 39 |
| Octal | 107 | 200 | 333 | 104 | 52 | 0 | 16 | 331 | 103 | 71 |
| Binary | 1000111 | 10000000 | 11011011 | 1000100 | 101010 | 0 | 1110 | 11011001 | 1000011 | 111001 |
Color Harmonies of #4780DB
Complementary color
Monochromatic Colors of #4780DB
Black with #4780DB
Text Example
Text Example
White with #4780DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4780DB; }
p { color: rgb(71,128,219); }
H1.HeaderClassName
{
color: #4780DB;
}
.AnyTagClassName
{
color: #4780DB;
}
</style>
background-color css
<style>
a { background-color: #4780DB; }
a { background-color: rgb(71,128,219); }
div.DivClassName
{
background-color: #4780DB;
}
.BgClassName
{
background-color: #4780DB;
}
</style>
border-color css
<style>
span { border-color: #4780DB; }
span { border-color: rgb(71,128,219); }
td.TdClassName
{
border-color: #4780DB;
}
.TagClassName
{
border-color: #4780DB;
}
</style>