Shades of Royal Blue #4171FF
Tints of Royal Blue #4171FF
RGB
CMYK
RGB Variations
Color information
#4171FF (or 0x4171FF) is known color: Royal Blue. HEX triplet: 41, 71 and FF. RGB value is (65,113,255). Sum of RGB (Red+Green+Blue) = 65+113+255=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #4171FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4171FF is #BE8E00. Grayscale: #727272. Windows color (decimal): -12488193 or 16740673. OLE color: 16740673.
HSL color Cylindrical-coordinate representation of color #4171FF: hue angle of 224.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4171FF is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 113 | 255 | - |
| CMYK | 0.75 | 0.56 | 0 | 0 |
| HSL | 224.84º | 1% | 0.63% | - |
| HSV(B) | 224.84º | 0.75% | 1% | - |
| XYZ | 26.14 | 20.15 | 97.12 | - |
| YUV | 114.84 | 207.1 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 255 | 0.75 | 0.56 | 0 | 0 | 224.84 | 1 | 0.63 |
| Hex | 41 | 71 | FF | 4B | 38 | 0 | 0 | E1 | 64 | 3F |
| Octal | 101 | 161 | 377 | 113 | 70 | 0 | 0 | 341 | 144 | 77 |
| Binary | 1000001 | 1110001 | 11111111 | 1001011 | 111000 | 0 | 0 | 11100001 | 1100100 | 111111 |
Color Harmonies of #4171FF
Complementary color
Monochromatic Colors of #4171FF
Black with #4171FF
Text Example
Text Example
White with #4171FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4171FF; }
p { color: rgb(65,113,255); }
H1.HeaderClassName
{
color: #4171FF;
}
.AnyTagClassName
{
color: #4171FF;
}
</style>
background-color css
<style>
a { background-color: #4171FF; }
a { background-color: rgb(65,113,255); }
div.DivClassName
{
background-color: #4171FF;
}
.BgClassName
{
background-color: #4171FF;
}
</style>
border-color css
<style>
span { border-color: #4171FF; }
span { border-color: rgb(65,113,255); }
td.TdClassName
{
border-color: #4171FF;
}
.TagClassName
{
border-color: #4171FF;
}
</style>