Shades of Royal Blue #4E79DD
Tints of Royal Blue #4E79DD
RGB
CMYK
RGB Variations
Color information
#4E79DD (or 0x4E79DD) is known color: Royal Blue. HEX triplet: 4E, 79 and DD. RGB value is (78,121,221). Sum of RGB (Red+Green+Blue) = 78+121+221=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E79DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E79DD is #B18622. Grayscale: #777777. Windows color (decimal): -11634211 or 14514510. OLE color: 14514510.
HSL color Cylindrical-coordinate representation of color #4E79DD: hue angle of 221.96º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E79DD is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 121 | 221 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.13 |
| HSL | 221.96º | 0.68% | 0.59% | - |
| HSV(B) | 221.96º | 0.65% | 0.87% | - |
| XYZ | 23.03 | 20.51 | 71.15 | - |
| YUV | 119.54 | 185.25 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 121 | 221 | 0.65 | 0.45 | 0 | 0.13 | 221.96 | 0.68 | 0.59 |
| Hex | 4E | 79 | DD | 41 | 2D | 0 | D | DE | 44 | 3B |
| Octal | 116 | 171 | 335 | 101 | 55 | 0 | 15 | 336 | 104 | 73 |
| Binary | 1001110 | 1111001 | 11011101 | 1000001 | 101101 | 0 | 1101 | 11011110 | 1000100 | 111011 |
Color Harmonies of #4E79DD
Complementary color
Monochromatic Colors of #4E79DD
Black with #4E79DD
Text Example
Text Example
White with #4E79DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E79DD; }
p { color: rgb(78,121,221); }
H1.HeaderClassName
{
color: #4E79DD;
}
.AnyTagClassName
{
color: #4E79DD;
}
</style>
background-color css
<style>
a { background-color: #4E79DD; }
a { background-color: rgb(78,121,221); }
div.DivClassName
{
background-color: #4E79DD;
}
.BgClassName
{
background-color: #4E79DD;
}
</style>
border-color css
<style>
span { border-color: #4E79DD; }
span { border-color: rgb(78,121,221); }
td.TdClassName
{
border-color: #4E79DD;
}
.TagClassName
{
border-color: #4E79DD;
}
</style>