Shades of Royal Blue #4F6FCD
Tints of Royal Blue #4F6FCD
RGB
CMYK
RGB Variations
Color information
#4F6FCD (or 0x4F6FCD) is known color: Royal Blue. HEX triplet: 4F, 6F and CD. RGB value is (79,111,205). Sum of RGB (Red+Green+Blue) = 79+111+205=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F6FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6FCD is #B09032. Grayscale: #6F6F6F. Windows color (decimal): -11571251 or 13463375. OLE color: 13463375.
HSL color Cylindrical-coordinate representation of color #4F6FCD: hue angle of 224.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F6FCD is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 111 | 205 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.20 |
| HSL | 224.76º | 0.56% | 0.56% | - |
| HSV(B) | 224.76º | 0.61% | 0.8% | - |
| XYZ | 19.93 | 17.44 | 60.07 | - |
| YUV | 112.15 | 180.4 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 205 | 0.61 | 0.46 | 0 | 0.20 | 224.76 | 0.56 | 0.56 |
| Hex | 4F | 6F | CD | 3D | 2E | 0 | 14 | E1 | 38 | 38 |
| Octal | 117 | 157 | 315 | 75 | 56 | 0 | 24 | 341 | 70 | 70 |
| Binary | 1001111 | 1101111 | 11001101 | 111101 | 101110 | 0 | 10100 | 11100001 | 111000 | 111000 |
Color Harmonies of #4F6FCD
Complementary color
Monochromatic Colors of #4F6FCD
Black with #4F6FCD
Text Example
Text Example
White with #4F6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6FCD; }
p { color: rgb(79,111,205); }
H1.HeaderClassName
{
color: #4F6FCD;
}
.AnyTagClassName
{
color: #4F6FCD;
}
</style>
background-color css
<style>
a { background-color: #4F6FCD; }
a { background-color: rgb(79,111,205); }
div.DivClassName
{
background-color: #4F6FCD;
}
.BgClassName
{
background-color: #4F6FCD;
}
</style>
border-color css
<style>
span { border-color: #4F6FCD; }
span { border-color: rgb(79,111,205); }
td.TdClassName
{
border-color: #4F6FCD;
}
.TagClassName
{
border-color: #4F6FCD;
}
</style>