Shades of Royal Blue #4464EC
Tints of Royal Blue #4464EC
RGB
CMYK
RGB Variations
Color information
#4464EC (or 0x4464EC) is known color: Royal Blue. HEX triplet: 44, 64 and EC. RGB value is (68,100,236). Sum of RGB (Red+Green+Blue) = 68+100+236=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #4464EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4464EC is #BB9B13. Grayscale: #696969. Windows color (decimal): -12294932 or 15492164. OLE color: 15492164.
HSL color Cylindrical-coordinate representation of color #4464EC: hue angle of 228.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4464EC is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 100 | 236 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.07 |
| HSL | 228.57º | 0.82% | 0.6% | - |
| HSV(B) | 228.57º | 0.71% | 0.93% | - |
| XYZ | 22.08 | 16.4 | 81.36 | - |
| YUV | 105.94 | 201.4 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 236 | 0.71 | 0.58 | 0 | 0.07 | 228.57 | 0.82 | 0.6 |
| Hex | 44 | 64 | EC | 47 | 3A | 0 | 7 | E5 | 52 | 3C |
| Octal | 104 | 144 | 354 | 107 | 72 | 0 | 7 | 345 | 122 | 74 |
| Binary | 1000100 | 1100100 | 11101100 | 1000111 | 111010 | 0 | 111 | 11100101 | 1010010 | 111100 |
Color Harmonies of #4464EC
Complementary color
Monochromatic Colors of #4464EC
Black with #4464EC
Text Example
Text Example
White with #4464EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4464EC; }
p { color: rgb(68,100,236); }
H1.HeaderClassName
{
color: #4464EC;
}
.AnyTagClassName
{
color: #4464EC;
}
</style>
background-color css
<style>
a { background-color: #4464EC; }
a { background-color: rgb(68,100,236); }
div.DivClassName
{
background-color: #4464EC;
}
.BgClassName
{
background-color: #4464EC;
}
</style>
border-color css
<style>
span { border-color: #4464EC; }
span { border-color: rgb(68,100,236); }
td.TdClassName
{
border-color: #4464EC;
}
.TagClassName
{
border-color: #4464EC;
}
</style>