Shades of Royal Blue #4F69DF
Tints of Royal Blue #4F69DF
RGB
CMYK
RGB Variations
Color information
#4F69DF (or 0x4F69DF) is known color: Royal Blue. HEX triplet: 4F, 69 and DF. RGB value is (79,105,223). Sum of RGB (Red+Green+Blue) = 79+105+223=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F69DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F69DF is #B09620. Grayscale: #6E6E6E. Windows color (decimal): -11572769 or 14641487. OLE color: 14641487.
HSL color Cylindrical-coordinate representation of color #4F69DF: hue angle of 229.17º degrees, saturation: 0.69, 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 #4F69DF is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 105 | 223 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.13 |
| HSL | 229.17º | 0.69% | 0.59% | - |
| HSV(B) | 229.17º | 0.65% | 0.87% | - |
| XYZ | 21.6 | 17.09 | 71.97 | - |
| YUV | 110.68 | 191.39 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 105 | 223 | 0.65 | 0.53 | 0 | 0.13 | 229.17 | 0.69 | 0.59 |
| Hex | 4F | 69 | DF | 41 | 35 | 0 | D | E5 | 45 | 3B |
| Octal | 117 | 151 | 337 | 101 | 65 | 0 | 15 | 345 | 105 | 73 |
| Binary | 1001111 | 1101001 | 11011111 | 1000001 | 110101 | 0 | 1101 | 11100101 | 1000101 | 111011 |
Color Harmonies of #4F69DF
Complementary color
Monochromatic Colors of #4F69DF
Black with #4F69DF
Text Example
Text Example
White with #4F69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F69DF; }
p { color: rgb(79,105,223); }
H1.HeaderClassName
{
color: #4F69DF;
}
.AnyTagClassName
{
color: #4F69DF;
}
</style>
background-color css
<style>
a { background-color: #4F69DF; }
a { background-color: rgb(79,105,223); }
div.DivClassName
{
background-color: #4F69DF;
}
.BgClassName
{
background-color: #4F69DF;
}
</style>
border-color css
<style>
span { border-color: #4F69DF; }
span { border-color: rgb(79,105,223); }
td.TdClassName
{
border-color: #4F69DF;
}
.TagClassName
{
border-color: #4F69DF;
}
</style>