Shades of Royal Blue #4D64EF
Tints of Royal Blue #4D64EF
RGB
CMYK
RGB Variations
Color information
#4D64EF (or 0x4D64EF) is known color: Royal Blue. HEX triplet: 4D, 64 and EF. RGB value is (77,100,239). Sum of RGB (Red+Green+Blue) = 77+100+239=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D64EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D64EF is #B29B10. Grayscale: #6C6C6C. Windows color (decimal): -11705105 or 15688781. OLE color: 15688781.
HSL color Cylindrical-coordinate representation of color #4D64EF: hue angle of 231.48º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D64EF is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 100 | 239 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.06 |
| HSL | 231.48º | 0.84% | 0.62% | - |
| HSV(B) | 231.48º | 0.68% | 0.94% | - |
| XYZ | 23.2 | 16.92 | 83.71 | - |
| YUV | 108.97 | 201.38 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 239 | 0.68 | 0.58 | 0 | 0.06 | 231.48 | 0.84 | 0.62 |
| Hex | 4D | 64 | EF | 44 | 3A | 0 | 6 | E7 | 54 | 3E |
| Octal | 115 | 144 | 357 | 104 | 72 | 0 | 6 | 347 | 124 | 76 |
| Binary | 1001101 | 1100100 | 11101111 | 1000100 | 111010 | 0 | 110 | 11100111 | 1010100 | 111110 |
Color Harmonies of #4D64EF
Complementary color
Monochromatic Colors of #4D64EF
Black with #4D64EF
Text Example
Text Example
White with #4D64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D64EF; }
p { color: rgb(77,100,239); }
H1.HeaderClassName
{
color: #4D64EF;
}
.AnyTagClassName
{
color: #4D64EF;
}
</style>
background-color css
<style>
a { background-color: #4D64EF; }
a { background-color: rgb(77,100,239); }
div.DivClassName
{
background-color: #4D64EF;
}
.BgClassName
{
background-color: #4D64EF;
}
</style>
border-color css
<style>
span { border-color: #4D64EF; }
span { border-color: rgb(77,100,239); }
td.TdClassName
{
border-color: #4D64EF;
}
.TagClassName
{
border-color: #4D64EF;
}
</style>