Shades of Royal Blue #4172FF
Tints of Royal Blue #4172FF
RGB
CMYK
RGB Variations
Color information
#4172FF (or 0x4172FF) is known color: Royal Blue. HEX triplet: 41, 72 and FF. RGB value is (65,114,255). Sum of RGB (Red+Green+Blue) = 65+114+255=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #4172FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4172FF is #BE8D00. Grayscale: #727272. Windows color (decimal): -12487937 or 16740929. OLE color: 16740929.
HSL color Cylindrical-coordinate representation of color #4172FF: hue angle of 224.53º 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 #4172FF is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 114 | 255 | - |
| CMYK | 0.75 | 0.55 | 0 | 0 |
| HSL | 224.53º | 1% | 0.63% | - |
| HSV(B) | 224.53º | 0.75% | 1% | - |
| XYZ | 26.25 | 20.38 | 97.16 | - |
| YUV | 115.42 | 206.77 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 255 | 0.75 | 0.55 | 0 | 0 | 224.53 | 1 | 0.63 |
| Hex | 41 | 72 | FF | 4B | 37 | 0 | 0 | E1 | 64 | 3F |
| Octal | 101 | 162 | 377 | 113 | 67 | 0 | 0 | 341 | 144 | 77 |
| Binary | 1000001 | 1110010 | 11111111 | 1001011 | 110111 | 0 | 0 | 11100001 | 1100100 | 111111 |
Color Harmonies of #4172FF
Complementary color
Monochromatic Colors of #4172FF
Black with #4172FF
Text Example
Text Example
White with #4172FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4172FF; }
p { color: rgb(65,114,255); }
H1.HeaderClassName
{
color: #4172FF;
}
.AnyTagClassName
{
color: #4172FF;
}
</style>
background-color css
<style>
a { background-color: #4172FF; }
a { background-color: rgb(65,114,255); }
div.DivClassName
{
background-color: #4172FF;
}
.BgClassName
{
background-color: #4172FF;
}
</style>
border-color css
<style>
span { border-color: #4172FF; }
span { border-color: rgb(65,114,255); }
td.TdClassName
{
border-color: #4172FF;
}
.TagClassName
{
border-color: #4172FF;
}
</style>