Shades of Royal Blue #4F76DF
Tints of Royal Blue #4F76DF
RGB
CMYK
RGB Variations
Color information
#4F76DF (or 0x4F76DF) is known color: Royal Blue. HEX triplet: 4F, 76 and DF. RGB value is (79,118,223). Sum of RGB (Red+Green+Blue) = 79+118+223=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F76DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F76DF is #B08920. Grayscale: #757575. Windows color (decimal): -11569441 or 14644815. OLE color: 14644815.
HSL color Cylindrical-coordinate representation of color #4F76DF: hue angle of 223.75º 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 #4F76DF is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 118 | 223 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.13 |
| HSL | 223.75º | 0.69% | 0.59% | - |
| HSV(B) | 223.75º | 0.65% | 0.87% | - |
| XYZ | 23.02 | 19.95 | 72.45 | - |
| YUV | 118.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 223 | 0.65 | 0.47 | 0 | 0.13 | 223.75 | 0.69 | 0.59 |
| Hex | 4F | 76 | DF | 41 | 2F | 0 | D | E0 | 45 | 3B |
| Octal | 117 | 166 | 337 | 101 | 57 | 0 | 15 | 340 | 105 | 73 |
| Binary | 1001111 | 1110110 | 11011111 | 1000001 | 101111 | 0 | 1101 | 11100000 | 1000101 | 111011 |
Color Harmonies of #4F76DF
Complementary color
Monochromatic Colors of #4F76DF
Black with #4F76DF
Text Example
Text Example
White with #4F76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F76DF; }
p { color: rgb(79,118,223); }
H1.HeaderClassName
{
color: #4F76DF;
}
.AnyTagClassName
{
color: #4F76DF;
}
</style>
background-color css
<style>
a { background-color: #4F76DF; }
a { background-color: rgb(79,118,223); }
div.DivClassName
{
background-color: #4F76DF;
}
.BgClassName
{
background-color: #4F76DF;
}
</style>
border-color css
<style>
span { border-color: #4F76DF; }
span { border-color: rgb(79,118,223); }
td.TdClassName
{
border-color: #4F76DF;
}
.TagClassName
{
border-color: #4F76DF;
}
</style>