Shades of Royal Blue #4F6EDD
Tints of Royal Blue #4F6EDD
RGB
CMYK
RGB Variations
Color information
#4F6EDD (or 0x4F6EDD) is known color: Royal Blue. HEX triplet: 4F, 6E and DD. RGB value is (79,110,221). Sum of RGB (Red+Green+Blue) = 79+110+221=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6EDD is #B09122. Grayscale: #707070. Windows color (decimal): -11571491 or 14511695. OLE color: 14511695.
HSL color Cylindrical-coordinate representation of color #4F6EDD: hue angle of 226.9º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F6EDD is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 110 | 221 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.13 |
| HSL | 226.9º | 0.68% | 0.59% | - |
| HSV(B) | 226.9º | 0.64% | 0.87% | - |
| XYZ | 21.85 | 18.03 | 70.74 | - |
| YUV | 113.39 | 188.73 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 221 | 0.64 | 0.50 | 0 | 0.13 | 226.9 | 0.68 | 0.59 |
| Hex | 4F | 6E | DD | 40 | 32 | 0 | D | E3 | 44 | 3B |
| Octal | 117 | 156 | 335 | 100 | 62 | 0 | 15 | 343 | 104 | 73 |
| Binary | 1001111 | 1101110 | 11011101 | 1000000 | 110010 | 0 | 1101 | 11100011 | 1000100 | 111011 |
Color Harmonies of #4F6EDD
Complementary color
Monochromatic Colors of #4F6EDD
Black with #4F6EDD
Text Example
Text Example
White with #4F6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6EDD; }
p { color: rgb(79,110,221); }
H1.HeaderClassName
{
color: #4F6EDD;
}
.AnyTagClassName
{
color: #4F6EDD;
}
</style>
background-color css
<style>
a { background-color: #4F6EDD; }
a { background-color: rgb(79,110,221); }
div.DivClassName
{
background-color: #4F6EDD;
}
.BgClassName
{
background-color: #4F6EDD;
}
</style>
border-color css
<style>
span { border-color: #4F6EDD; }
span { border-color: rgb(79,110,221); }
td.TdClassName
{
border-color: #4F6EDD;
}
.TagClassName
{
border-color: #4F6EDD;
}
</style>