Shades of Royal Blue #4568DB
Tints of Royal Blue #4568DB
RGB
CMYK
RGB Variations
Color information
#4568DB (or 0x4568DB) is known color: Royal Blue. HEX triplet: 45, 68 and DB. RGB value is (69,104,219). Sum of RGB (Red+Green+Blue) = 69+104+219=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 104 (41.02% from 255 or 26.53% 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 #4568DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4568DB is #BA9724. Grayscale: #6A6A6A. Windows color (decimal): -12228389 or 14379077. OLE color: 14379077.
HSL color Cylindrical-coordinate representation of color #4568DB: hue angle of 226º 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 #4568DB is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 104 | 219 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.14 |
| HSL | 226º | 0.68% | 0.56% | - |
| HSV(B) | 226º | 0.68% | 0.86% | - |
| XYZ | 20.19 | 16.28 | 69.1 | - |
| YUV | 106.65 | 191.4 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 219 | 0.68 | 0.53 | 0 | 0.14 | 226 | 0.68 | 0.56 |
| Hex | 45 | 68 | DB | 44 | 35 | 0 | E | E2 | 44 | 38 |
| Octal | 105 | 150 | 333 | 104 | 65 | 0 | 16 | 342 | 104 | 70 |
| Binary | 1000101 | 1101000 | 11011011 | 1000100 | 110101 | 0 | 1110 | 11100010 | 1000100 | 111000 |
Color Harmonies of #4568DB
Complementary color
Monochromatic Colors of #4568DB
Black with #4568DB
Text Example
Text Example
White with #4568DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4568DB; }
p { color: rgb(69,104,219); }
H1.HeaderClassName
{
color: #4568DB;
}
.AnyTagClassName
{
color: #4568DB;
}
</style>
background-color css
<style>
a { background-color: #4568DB; }
a { background-color: rgb(69,104,219); }
div.DivClassName
{
background-color: #4568DB;
}
.BgClassName
{
background-color: #4568DB;
}
</style>
border-color css
<style>
span { border-color: #4568DB; }
span { border-color: rgb(69,104,219); }
td.TdClassName
{
border-color: #4568DB;
}
.TagClassName
{
border-color: #4568DB;
}
</style>