Shades of Royal Blue #4166FF
Tints of Royal Blue #4166FF
RGB
CMYK
RGB Variations
Color information
#4166FF (or 0x4166FF) is known color: Royal Blue. HEX triplet: 41, 66 and FF. RGB value is (65,102,255). Sum of RGB (Red+Green+Blue) = 65+102+255=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #4166FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4166FF is #BE9900. Grayscale: #6B6B6B. Windows color (decimal): -12491009 or 16737857. OLE color: 16737857.
HSL color Cylindrical-coordinate representation of color #4166FF: hue angle of 228.32º 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 #4166FF is Cyan = 0.75, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 102 | 255 | - |
| CMYK | 0.75 | 0.6 | 0 | 0 |
| HSL | 228.32º | 1% | 0.63% | - |
| HSV(B) | 228.32º | 0.75% | 1% | - |
| XYZ | 24.98 | 17.85 | 96.74 | - |
| YUV | 108.38 | 210.74 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 255 | 0.75 | 0.6 | 0 | 0 | 228.32 | 1 | 0.63 |
| Hex | 41 | 66 | FF | 4B | 3C | 0 | 0 | E4 | 64 | 3F |
| Octal | 101 | 146 | 377 | 113 | 74 | 0 | 0 | 344 | 144 | 77 |
| Binary | 1000001 | 1100110 | 11111111 | 1001011 | 111100 | 0 | 0 | 11100100 | 1100100 | 111111 |
Color Harmonies of #4166FF
Complementary color
Monochromatic Colors of #4166FF
Black with #4166FF
Text Example
Text Example
White with #4166FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4166FF; }
p { color: rgb(65,102,255); }
H1.HeaderClassName
{
color: #4166FF;
}
.AnyTagClassName
{
color: #4166FF;
}
</style>
background-color css
<style>
a { background-color: #4166FF; }
a { background-color: rgb(65,102,255); }
div.DivClassName
{
background-color: #4166FF;
}
.BgClassName
{
background-color: #4166FF;
}
</style>
border-color css
<style>
span { border-color: #4166FF; }
span { border-color: rgb(65,102,255); }
td.TdClassName
{
border-color: #4166FF;
}
.TagClassName
{
border-color: #4166FF;
}
</style>