Shades of Royal Blue #4F70FA
Tints of Royal Blue #4F70FA
RGB
CMYK
RGB Variations
Color information
#4F70FA (or 0x4F70FA) is known color: Royal Blue. HEX triplet: 4F, 70 and FA. RGB value is (79,112,250). Sum of RGB (Red+Green+Blue) = 79+112+250=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F70FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F70FA is #B08F05. Grayscale: #757575. Windows color (decimal): -11570950 or 16412751. OLE color: 16412751.
HSL color Cylindrical-coordinate representation of color #4F70FA: hue angle of 228.42º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F70FA is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 112 | 250 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.02 |
| HSL | 228.42º | 0.94% | 0.65% | - |
| HSV(B) | 228.42º | 0.68% | 0.98% | - |
| XYZ | 26.27 | 20.15 | 92.95 | - |
| YUV | 117.87 | 202.57 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 250 | 0.68 | 0.55 | 0 | 0.02 | 228.42 | 0.94 | 0.65 |
| Hex | 4F | 70 | FA | 44 | 37 | 0 | 2 | E4 | 5E | 41 |
| Octal | 117 | 160 | 372 | 104 | 67 | 0 | 2 | 344 | 136 | 101 |
| Binary | 1001111 | 1110000 | 11111010 | 1000100 | 110111 | 0 | 10 | 11100100 | 1011110 | 1000001 |
Color Harmonies of #4F70FA
Complementary color
Monochromatic Colors of #4F70FA
Black with #4F70FA
Text Example
Text Example
White with #4F70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F70FA; }
p { color: rgb(79,112,250); }
H1.HeaderClassName
{
color: #4F70FA;
}
.AnyTagClassName
{
color: #4F70FA;
}
</style>
background-color css
<style>
a { background-color: #4F70FA; }
a { background-color: rgb(79,112,250); }
div.DivClassName
{
background-color: #4F70FA;
}
.BgClassName
{
background-color: #4F70FA;
}
</style>
border-color css
<style>
span { border-color: #4F70FA; }
span { border-color: rgb(79,112,250); }
td.TdClassName
{
border-color: #4F70FA;
}
.TagClassName
{
border-color: #4F70FA;
}
</style>