Shades of Royal Blue #4166F7
Tints of Royal Blue #4166F7
RGB
CMYK
RGB Variations
Color information
#4166F7 (or 0x4166F7) is known color: Royal Blue. HEX triplet: 41, 66 and F7. RGB value is (65,102,247). Sum of RGB (Red+Green+Blue) = 65+102+247=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 247 (96.88% from 255 or 59.66% from 414); Max value from RGB is 247 - color contains mainly: blue. Hex color #4166F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4166F7 is #BE9908. Grayscale: #6A6A6A. Windows color (decimal): -12491017 or 16213569. OLE color: 16213569.
HSL color Cylindrical-coordinate representation of color #4166F7: hue angle of 227.8º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4166F7 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 102 | 247 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.03 |
| HSL | 227.8º | 0.92% | 0.61% | - |
| HSV(B) | 227.8º | 0.74% | 0.97% | - |
| XYZ | 23.72 | 17.34 | 90.09 | - |
| YUV | 107.47 | 206.74 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 247 | 0.74 | 0.59 | 0 | 0.03 | 227.8 | 0.92 | 0.61 |
| Hex | 41 | 66 | F7 | 4A | 3B | 0 | 3 | E4 | 5C | 3D |
| Octal | 101 | 146 | 367 | 112 | 73 | 0 | 3 | 344 | 134 | 75 |
| Binary | 1000001 | 1100110 | 11110111 | 1001010 | 111011 | 0 | 11 | 11100100 | 1011100 | 111101 |
Color Harmonies of #4166F7
Complementary color
Monochromatic Colors of #4166F7
Black with #4166F7
Text Example
Text Example
White with #4166F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4166F7; }
p { color: rgb(65,102,247); }
H1.HeaderClassName
{
color: #4166F7;
}
.AnyTagClassName
{
color: #4166F7;
}
</style>
background-color css
<style>
a { background-color: #4166F7; }
a { background-color: rgb(65,102,247); }
div.DivClassName
{
background-color: #4166F7;
}
.BgClassName
{
background-color: #4166F7;
}
</style>
border-color css
<style>
span { border-color: #4166F7; }
span { border-color: rgb(65,102,247); }
td.TdClassName
{
border-color: #4166F7;
}
.TagClassName
{
border-color: #4166F7;
}
</style>