Shades of Royal Blue #4D62EF
Tints of Royal Blue #4D62EF
RGB
CMYK
RGB Variations
Color information
#4D62EF (or 0x4D62EF) is known color: Royal Blue. HEX triplet: 4D, 62 and EF. RGB value is (77,98,239). Sum of RGB (Red+Green+Blue) = 77+98+239=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D62EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D62EF is #B29D10. Grayscale: #6B6B6B. Windows color (decimal): -11705617 or 15688269. OLE color: 15688269.
HSL color Cylindrical-coordinate representation of color #4D62EF: hue angle of 232.22º 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 #4D62EF is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 98 | 239 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.06 |
| HSL | 232.22º | 0.84% | 0.62% | - |
| HSV(B) | 232.22º | 0.68% | 0.94% | - |
| XYZ | 23.01 | 16.55 | 83.64 | - |
| YUV | 107.8 | 202.04 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 239 | 0.68 | 0.59 | 0 | 0.06 | 232.22 | 0.84 | 0.62 |
| Hex | 4D | 62 | EF | 44 | 3B | 0 | 6 | E8 | 54 | 3E |
| Octal | 115 | 142 | 357 | 104 | 73 | 0 | 6 | 350 | 124 | 76 |
| Binary | 1001101 | 1100010 | 11101111 | 1000100 | 111011 | 0 | 110 | 11101000 | 1010100 | 111110 |
Color Harmonies of #4D62EF
Complementary color
Monochromatic Colors of #4D62EF
Black with #4D62EF
Text Example
Text Example
White with #4D62EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D62EF; }
p { color: rgb(77,98,239); }
H1.HeaderClassName
{
color: #4D62EF;
}
.AnyTagClassName
{
color: #4D62EF;
}
</style>
background-color css
<style>
a { background-color: #4D62EF; }
a { background-color: rgb(77,98,239); }
div.DivClassName
{
background-color: #4D62EF;
}
.BgClassName
{
background-color: #4D62EF;
}
</style>
border-color css
<style>
span { border-color: #4D62EF; }
span { border-color: rgb(77,98,239); }
td.TdClassName
{
border-color: #4D62EF;
}
.TagClassName
{
border-color: #4D62EF;
}
</style>