Shades of Royal Blue #4F7BDF
Tints of Royal Blue #4F7BDF
RGB
CMYK
RGB Variations
Color information
#4F7BDF (or 0x4F7BDF) is known color: Royal Blue. HEX triplet: 4F, 7B and DF. RGB value is (79,123,223). Sum of RGB (Red+Green+Blue) = 79+123+223=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F7BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7BDF is #B08420. Grayscale: #787878. Windows color (decimal): -11568161 or 14646095. OLE color: 14646095.
HSL color Cylindrical-coordinate representation of color #4F7BDF: hue angle of 221.67º 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 #4F7BDF is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 123 | 223 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.13 |
| HSL | 221.67º | 0.69% | 0.59% | - |
| HSV(B) | 221.67º | 0.65% | 0.87% | - |
| XYZ | 23.63 | 21.16 | 72.65 | - |
| YUV | 121.24 | 185.42 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 123 | 223 | 0.65 | 0.45 | 0 | 0.13 | 221.67 | 0.69 | 0.59 |
| Hex | 4F | 7B | DF | 41 | 2D | 0 | D | DE | 45 | 3B |
| Octal | 117 | 173 | 337 | 101 | 55 | 0 | 15 | 336 | 105 | 73 |
| Binary | 1001111 | 1111011 | 11011111 | 1000001 | 101101 | 0 | 1101 | 11011110 | 1000101 | 111011 |
Color Harmonies of #4F7BDF
Complementary color
Monochromatic Colors of #4F7BDF
Black with #4F7BDF
Text Example
Text Example
White with #4F7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7BDF; }
p { color: rgb(79,123,223); }
H1.HeaderClassName
{
color: #4F7BDF;
}
.AnyTagClassName
{
color: #4F7BDF;
}
</style>
background-color css
<style>
a { background-color: #4F7BDF; }
a { background-color: rgb(79,123,223); }
div.DivClassName
{
background-color: #4F7BDF;
}
.BgClassName
{
background-color: #4F7BDF;
}
</style>
border-color css
<style>
span { border-color: #4F7BDF; }
span { border-color: rgb(79,123,223); }
td.TdClassName
{
border-color: #4F7BDF;
}
.TagClassName
{
border-color: #4F7BDF;
}
</style>