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