Shades of Royal Blue #4F6FCA
Tints of Royal Blue #4F6FCA
RGB
CMYK
RGB Variations
Color information
#4F6FCA (or 0x4F6FCA) is known color: Royal Blue. HEX triplet: 4F, 6F and CA. RGB value is (79,111,202). Sum of RGB (Red+Green+Blue) = 79+111+202=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F6FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6FCA is #B09035. Grayscale: #6F6F6F. Windows color (decimal): -11571254 or 13266767. OLE color: 13266767.
HSL color Cylindrical-coordinate representation of color #4F6FCA: hue angle of 224.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F6FCA is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 111 | 202 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.21 |
| HSL | 224.39º | 0.54% | 0.55% | - |
| HSV(B) | 224.39º | 0.61% | 0.79% | - |
| XYZ | 19.57 | 17.3 | 58.18 | - |
| YUV | 111.81 | 178.9 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 202 | 0.61 | 0.45 | 0 | 0.21 | 224.39 | 0.54 | 0.55 |
| Hex | 4F | 6F | CA | 3D | 2D | 0 | 15 | E0 | 36 | 37 |
| Octal | 117 | 157 | 312 | 75 | 55 | 0 | 25 | 340 | 66 | 67 |
| Binary | 1001111 | 1101111 | 11001010 | 111101 | 101101 | 0 | 10101 | 11100000 | 110110 | 110111 |
Color Harmonies of #4F6FCA
Complementary color
Monochromatic Colors of #4F6FCA
Black with #4F6FCA
Text Example
Text Example
White with #4F6FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6FCA; }
p { color: rgb(79,111,202); }
H1.HeaderClassName
{
color: #4F6FCA;
}
.AnyTagClassName
{
color: #4F6FCA;
}
</style>
background-color css
<style>
a { background-color: #4F6FCA; }
a { background-color: rgb(79,111,202); }
div.DivClassName
{
background-color: #4F6FCA;
}
.BgClassName
{
background-color: #4F6FCA;
}
</style>
border-color css
<style>
span { border-color: #4F6FCA; }
span { border-color: rgb(79,111,202); }
td.TdClassName
{
border-color: #4F6FCA;
}
.TagClassName
{
border-color: #4F6FCA;
}
</style>