Shades of Royal Blue #4471FA
Tints of Royal Blue #4471FA
RGB
CMYK
RGB Variations
Color information
#4471FA (or 0x4471FA) is known color: Royal Blue. HEX triplet: 44, 71 and FA. RGB value is (68,113,250). Sum of RGB (Red+Green+Blue) = 68+113+250=431 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.78% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #4471FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4471FA is #BB8E05. Grayscale: #727272. Windows color (decimal): -12291590 or 16412996. OLE color: 16412996.
HSL color Cylindrical-coordinate representation of color #4471FA: hue angle of 225.16º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4471FA is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 113 | 250 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.02 |
| HSL | 225.16º | 0.95% | 0.62% | - |
| HSV(B) | 225.16º | 0.73% | 0.98% | - |
| XYZ | 25.54 | 19.94 | 92.95 | - |
| YUV | 115.16 | 204.09 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 250 | 0.73 | 0.55 | 0 | 0.02 | 225.16 | 0.95 | 0.62 |
| Hex | 44 | 71 | FA | 49 | 37 | 0 | 2 | E1 | 5F | 3E |
| Octal | 104 | 161 | 372 | 111 | 67 | 0 | 2 | 341 | 137 | 76 |
| Binary | 1000100 | 1110001 | 11111010 | 1001001 | 110111 | 0 | 10 | 11100001 | 1011111 | 111110 |
Color Harmonies of #4471FA
Complementary color
Monochromatic Colors of #4471FA
Black with #4471FA
Text Example
Text Example
White with #4471FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4471FA; }
p { color: rgb(68,113,250); }
H1.HeaderClassName
{
color: #4471FA;
}
.AnyTagClassName
{
color: #4471FA;
}
</style>
background-color css
<style>
a { background-color: #4471FA; }
a { background-color: rgb(68,113,250); }
div.DivClassName
{
background-color: #4471FA;
}
.BgClassName
{
background-color: #4471FA;
}
</style>
border-color css
<style>
span { border-color: #4471FA; }
span { border-color: rgb(68,113,250); }
td.TdClassName
{
border-color: #4471FA;
}
.TagClassName
{
border-color: #4471FA;
}
</style>