Shades of Royal Blue #4F65F6
Tints of Royal Blue #4F65F6
RGB
CMYK
RGB Variations
Color information
#4F65F6 (or 0x4F65F6) is known color: Royal Blue. HEX triplet: 4F, 65 and F6. RGB value is (79,101,246). Sum of RGB (Red+Green+Blue) = 79+101+246=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #4F65F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F65F6 is #B09A09. Grayscale: #6E6E6E. Windows color (decimal): -11573770 or 16147791. OLE color: 16147791.
HSL color Cylindrical-coordinate representation of color #4F65F6: hue angle of 232.1º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F65F6 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 101 | 246 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.04 |
| HSL | 232.1º | 0.9% | 0.64% | - |
| HSV(B) | 232.1º | 0.68% | 0.96% | - |
| XYZ | 24.51 | 17.62 | 89.3 | - |
| YUV | 110.95 | 204.21 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 246 | 0.68 | 0.59 | 0 | 0.04 | 232.1 | 0.9 | 0.64 |
| Hex | 4F | 65 | F6 | 44 | 3B | 0 | 4 | E8 | 5A | 40 |
| Octal | 117 | 145 | 366 | 104 | 73 | 0 | 4 | 350 | 132 | 100 |
| Binary | 1001111 | 1100101 | 11110110 | 1000100 | 111011 | 0 | 100 | 11101000 | 1011010 | 1000000 |
Color Harmonies of #4F65F6
Complementary color
Monochromatic Colors of #4F65F6
Black with #4F65F6
Text Example
Text Example
White with #4F65F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F65F6; }
p { color: rgb(79,101,246); }
H1.HeaderClassName
{
color: #4F65F6;
}
.AnyTagClassName
{
color: #4F65F6;
}
</style>
background-color css
<style>
a { background-color: #4F65F6; }
a { background-color: rgb(79,101,246); }
div.DivClassName
{
background-color: #4F65F6;
}
.BgClassName
{
background-color: #4F65F6;
}
</style>
border-color css
<style>
span { border-color: #4F65F6; }
span { border-color: rgb(79,101,246); }
td.TdClassName
{
border-color: #4F65F6;
}
.TagClassName
{
border-color: #4F65F6;
}
</style>