Shades of Royal Blue #4561DB
Tints of Royal Blue #4561DB
RGB
CMYK
RGB Variations
Color information
#4561DB (or 0x4561DB) is known color: Royal Blue. HEX triplet: 45, 61 and DB. RGB value is (69,97,219). Sum of RGB (Red+Green+Blue) = 69+97+219=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #4561DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4561DB is #BA9E24. Grayscale: #666666. Windows color (decimal): -12230181 or 14377285. OLE color: 14377285.
HSL color Cylindrical-coordinate representation of color #4561DB: hue angle of 228.8º 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 #4561DB is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 97 | 219 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.14 |
| HSL | 228.8º | 0.68% | 0.56% | - |
| HSV(B) | 228.8º | 0.68% | 0.86% | - |
| XYZ | 19.52 | 14.93 | 68.87 | - |
| YUV | 102.54 | 193.72 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 219 | 0.68 | 0.56 | 0 | 0.14 | 228.8 | 0.68 | 0.56 |
| Hex | 45 | 61 | DB | 44 | 38 | 0 | E | E5 | 44 | 38 |
| Octal | 105 | 141 | 333 | 104 | 70 | 0 | 16 | 345 | 104 | 70 |
| Binary | 1000101 | 1100001 | 11011011 | 1000100 | 111000 | 0 | 1110 | 11100101 | 1000100 | 111000 |
Color Harmonies of #4561DB
Complementary color
Monochromatic Colors of #4561DB
Black with #4561DB
Text Example
Text Example
White with #4561DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4561DB; }
p { color: rgb(69,97,219); }
H1.HeaderClassName
{
color: #4561DB;
}
.AnyTagClassName
{
color: #4561DB;
}
</style>
background-color css
<style>
a { background-color: #4561DB; }
a { background-color: rgb(69,97,219); }
div.DivClassName
{
background-color: #4561DB;
}
.BgClassName
{
background-color: #4561DB;
}
</style>
border-color css
<style>
span { border-color: #4561DB; }
span { border-color: rgb(69,97,219); }
td.TdClassName
{
border-color: #4561DB;
}
.TagClassName
{
border-color: #4561DB;
}
</style>