Shades of Royal Blue #4576DB
Tints of Royal Blue #4576DB
RGB
CMYK
RGB Variations
Color information
#4576DB (or 0x4576DB) is known color: Royal Blue. HEX triplet: 45, 76 and DB. RGB value is (69,118,219). Sum of RGB (Red+Green+Blue) = 69+118+219=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #4576DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4576DB is #BA8924. Grayscale: #727272. Windows color (decimal): -12224805 or 14382661. OLE color: 14382661.
HSL color Cylindrical-coordinate representation of color #4576DB: hue angle of 220.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4576DB is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 118 | 219 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.14 |
| HSL | 220.4º | 0.68% | 0.56% | - |
| HSV(B) | 220.4º | 0.68% | 0.86% | - |
| XYZ | 21.72 | 19.34 | 69.61 | - |
| YUV | 114.86 | 186.77 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 219 | 0.68 | 0.46 | 0 | 0.14 | 220.4 | 0.68 | 0.56 |
| Hex | 45 | 76 | DB | 44 | 2E | 0 | E | DC | 44 | 38 |
| Octal | 105 | 166 | 333 | 104 | 56 | 0 | 16 | 334 | 104 | 70 |
| Binary | 1000101 | 1110110 | 11011011 | 1000100 | 101110 | 0 | 1110 | 11011100 | 1000100 | 111000 |
Color Harmonies of #4576DB
Complementary color
Monochromatic Colors of #4576DB
Black with #4576DB
Text Example
Text Example
White with #4576DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4576DB; }
p { color: rgb(69,118,219); }
H1.HeaderClassName
{
color: #4576DB;
}
.AnyTagClassName
{
color: #4576DB;
}
</style>
background-color css
<style>
a { background-color: #4576DB; }
a { background-color: rgb(69,118,219); }
div.DivClassName
{
background-color: #4576DB;
}
.BgClassName
{
background-color: #4576DB;
}
</style>
border-color css
<style>
span { border-color: #4576DB; }
span { border-color: rgb(69,118,219); }
td.TdClassName
{
border-color: #4576DB;
}
.TagClassName
{
border-color: #4576DB;
}
</style>