Shades of Royal Blue #4664EC
Tints of Royal Blue #4664EC
RGB
CMYK
RGB Variations
Color information
#4664EC (or 0x4664EC) is known color: Royal Blue. HEX triplet: 46, 64 and EC. RGB value is (70,100,236). Sum of RGB (Red+Green+Blue) = 70+100+236=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #4664EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4664EC is #B99B13. Grayscale: #696969. Windows color (decimal): -12163860 or 15492166. OLE color: 15492166.
HSL color Cylindrical-coordinate representation of color #4664EC: hue angle of 229.16º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4664EC is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 100 | 236 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.07 |
| HSL | 229.16º | 0.81% | 0.6% | - |
| HSV(B) | 229.16º | 0.7% | 0.93% | - |
| XYZ | 22.22 | 16.47 | 81.37 | - |
| YUV | 106.53 | 201.06 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 236 | 0.70 | 0.58 | 0 | 0.07 | 229.16 | 0.81 | 0.6 |
| Hex | 46 | 64 | EC | 46 | 3A | 0 | 7 | E5 | 51 | 3C |
| Octal | 106 | 144 | 354 | 106 | 72 | 0 | 7 | 345 | 121 | 74 |
| Binary | 1000110 | 1100100 | 11101100 | 1000110 | 111010 | 0 | 111 | 11100101 | 1010001 | 111100 |
Color Harmonies of #4664EC
Complementary color
Monochromatic Colors of #4664EC
Black with #4664EC
Text Example
Text Example
White with #4664EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4664EC; }
p { color: rgb(70,100,236); }
H1.HeaderClassName
{
color: #4664EC;
}
.AnyTagClassName
{
color: #4664EC;
}
</style>
background-color css
<style>
a { background-color: #4664EC; }
a { background-color: rgb(70,100,236); }
div.DivClassName
{
background-color: #4664EC;
}
.BgClassName
{
background-color: #4664EC;
}
</style>
border-color css
<style>
span { border-color: #4664EC; }
span { border-color: rgb(70,100,236); }
td.TdClassName
{
border-color: #4664EC;
}
.TagClassName
{
border-color: #4664EC;
}
</style>