Shades of Royal Blue #4F64EC
Tints of Royal Blue #4F64EC
RGB
CMYK
RGB Variations
Color information
#4F64EC (or 0x4F64EC) is known color: Royal Blue. HEX triplet: 4F, 64 and EC. RGB value is (79,100,236). Sum of RGB (Red+Green+Blue) = 79+100+236=415 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.04% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F64EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F64EC is #B09B13. Grayscale: #6C6C6C. Windows color (decimal): -11574036 or 15492175. OLE color: 15492175.
HSL color Cylindrical-coordinate representation of color #4F64EC: hue angle of 231.97º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F64EC is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 100 | 236 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.07 |
| HSL | 231.97º | 0.81% | 0.62% | - |
| HSV(B) | 231.97º | 0.67% | 0.93% | - |
| XYZ | 22.92 | 16.83 | 81.4 | - |
| YUV | 109.23 | 199.54 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 236 | 0.67 | 0.58 | 0 | 0.07 | 231.97 | 0.81 | 0.62 |
| Hex | 4F | 64 | EC | 43 | 3A | 0 | 7 | E8 | 51 | 3E |
| Octal | 117 | 144 | 354 | 103 | 72 | 0 | 7 | 350 | 121 | 76 |
| Binary | 1001111 | 1100100 | 11101100 | 1000011 | 111010 | 0 | 111 | 11101000 | 1010001 | 111110 |
Color Harmonies of #4F64EC
Complementary color
Monochromatic Colors of #4F64EC
Black with #4F64EC
Text Example
Text Example
White with #4F64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F64EC; }
p { color: rgb(79,100,236); }
H1.HeaderClassName
{
color: #4F64EC;
}
.AnyTagClassName
{
color: #4F64EC;
}
</style>
background-color css
<style>
a { background-color: #4F64EC; }
a { background-color: rgb(79,100,236); }
div.DivClassName
{
background-color: #4F64EC;
}
.BgClassName
{
background-color: #4F64EC;
}
</style>
border-color css
<style>
span { border-color: #4F64EC; }
span { border-color: rgb(79,100,236); }
td.TdClassName
{
border-color: #4F64EC;
}
.TagClassName
{
border-color: #4F64EC;
}
</style>