Shades of Royal Blue #4471D6
Tints of Royal Blue #4471D6
RGB
CMYK
RGB Variations
Color information
#4471D6 (or 0x4471D6) is known color: Royal Blue. HEX triplet: 44, 71 and D6. RGB value is (68,113,214). Sum of RGB (Red+Green+Blue) = 68+113+214=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #4471D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471D6 is #BB8E29. Grayscale: #6E6E6E. Windows color (decimal): -12291626 or 14053700. OLE color: 14053700.
HSL color Cylindrical-coordinate representation of color #4471D6: hue angle of 221.51º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4471D6 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 113 | 214 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.16 |
| HSL | 221.51º | 0.64% | 0.55% | - |
| HSV(B) | 221.51º | 0.68% | 0.84% | - |
| XYZ | 20.43 | 17.89 | 66 | - |
| YUV | 111.06 | 186.09 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 214 | 0.68 | 0.47 | 0 | 0.16 | 221.51 | 0.64 | 0.55 |
| Hex | 44 | 71 | D6 | 44 | 2F | 0 | 10 | DE | 40 | 37 |
| Octal | 104 | 161 | 326 | 104 | 57 | 0 | 20 | 336 | 100 | 67 |
| Binary | 1000100 | 1110001 | 11010110 | 1000100 | 101111 | 0 | 10000 | 11011110 | 1000000 | 110111 |
Color Harmonies of #4471D6
Complementary color
Monochromatic Colors of #4471D6
Black with #4471D6
Text Example
Text Example
White with #4471D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4471D6; }
p { color: rgb(68,113,214); }
H1.HeaderClassName
{
color: #4471D6;
}
.AnyTagClassName
{
color: #4471D6;
}
</style>
background-color css
<style>
a { background-color: #4471D6; }
a { background-color: rgb(68,113,214); }
div.DivClassName
{
background-color: #4471D6;
}
.BgClassName
{
background-color: #4471D6;
}
</style>
border-color css
<style>
span { border-color: #4471D6; }
span { border-color: rgb(68,113,214); }
td.TdClassName
{
border-color: #4471D6;
}
.TagClassName
{
border-color: #4471D6;
}
</style>