Shades of Royal Blue #4471D9
Tints of Royal Blue #4471D9
RGB
CMYK
RGB Variations
Color information
#4471D9 (or 0x4471D9) is known color: Royal Blue. HEX triplet: 44, 71 and D9. RGB value is (68,113,217). Sum of RGB (Red+Green+Blue) = 68+113+217=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 217 (85.16% from 255 or 54.52% from 398); Max value from RGB is 217 - color contains mainly: blue. Hex color #4471D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471D9 is #BB8E26. Grayscale: #6E6E6E. Windows color (decimal): -12291623 or 14250308. OLE color: 14250308.
HSL color Cylindrical-coordinate representation of color #4471D9: hue angle of 221.88º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4471D9 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 113 | 217 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.15 |
| HSL | 221.88º | 0.66% | 0.56% | - |
| HSV(B) | 221.88º | 0.69% | 0.85% | - |
| XYZ | 20.81 | 18.05 | 68.03 | - |
| YUV | 111.4 | 187.59 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 217 | 0.69 | 0.48 | 0 | 0.15 | 221.88 | 0.66 | 0.56 |
| Hex | 44 | 71 | D9 | 45 | 30 | 0 | F | DE | 42 | 38 |
| Octal | 104 | 161 | 331 | 105 | 60 | 0 | 17 | 336 | 102 | 70 |
| Binary | 1000100 | 1110001 | 11011001 | 1000101 | 110000 | 0 | 1111 | 11011110 | 1000010 | 111000 |
Color Harmonies of #4471D9
Complementary color
Monochromatic Colors of #4471D9
Black with #4471D9
Text Example
Text Example
White with #4471D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4471D9; }
p { color: rgb(68,113,217); }
H1.HeaderClassName
{
color: #4471D9;
}
.AnyTagClassName
{
color: #4471D9;
}
</style>
background-color css
<style>
a { background-color: #4471D9; }
a { background-color: rgb(68,113,217); }
div.DivClassName
{
background-color: #4471D9;
}
.BgClassName
{
background-color: #4471D9;
}
</style>
border-color css
<style>
span { border-color: #4471D9; }
span { border-color: rgb(68,113,217); }
td.TdClassName
{
border-color: #4471D9;
}
.TagClassName
{
border-color: #4471D9;
}
</style>