Shades of Royal Blue #4164EF
Tints of Royal Blue #4164EF
RGB
CMYK
RGB Variations
Color information
#4164EF (or 0x4164EF) is known color: Royal Blue. HEX triplet: 41, 64 and EF. RGB value is (65,100,239). Sum of RGB (Red+Green+Blue) = 65+100+239=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #4164EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4164EF is #BE9B10. Grayscale: #686868. Windows color (decimal): -12491537 or 15688769. OLE color: 15688769.
HSL color Cylindrical-coordinate representation of color #4164EF: hue angle of 227.93º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4164EF is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 100 | 239 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.06 |
| HSL | 227.93º | 0.84% | 0.6% | - |
| HSV(B) | 227.93º | 0.73% | 0.94% | - |
| XYZ | 22.32 | 16.47 | 83.66 | - |
| YUV | 105.38 | 203.4 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 239 | 0.73 | 0.58 | 0 | 0.06 | 227.93 | 0.84 | 0.6 |
| Hex | 41 | 64 | EF | 49 | 3A | 0 | 6 | E4 | 54 | 3C |
| Octal | 101 | 144 | 357 | 111 | 72 | 0 | 6 | 344 | 124 | 74 |
| Binary | 1000001 | 1100100 | 11101111 | 1001001 | 111010 | 0 | 110 | 11100100 | 1010100 | 111100 |
Color Harmonies of #4164EF
Complementary color
Monochromatic Colors of #4164EF
Black with #4164EF
Text Example
Text Example
White with #4164EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4164EF; }
p { color: rgb(65,100,239); }
H1.HeaderClassName
{
color: #4164EF;
}
.AnyTagClassName
{
color: #4164EF;
}
</style>
background-color css
<style>
a { background-color: #4164EF; }
a { background-color: rgb(65,100,239); }
div.DivClassName
{
background-color: #4164EF;
}
.BgClassName
{
background-color: #4164EF;
}
</style>
border-color css
<style>
span { border-color: #4164EF; }
span { border-color: rgb(65,100,239); }
td.TdClassName
{
border-color: #4164EF;
}
.TagClassName
{
border-color: #4164EF;
}
</style>