Shades of Royal Blue #4F6CDB
Tints of Royal Blue #4F6CDB
RGB
CMYK
RGB Variations
Color information
#4F6CDB (or 0x4F6CDB) is known color: Royal Blue. HEX triplet: 4F, 6C and DB. RGB value is (79,108,219). Sum of RGB (Red+Green+Blue) = 79+108+219=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6CDB is #B09324. Grayscale: #6F6F6F. Windows color (decimal): -11572005 or 14380111. OLE color: 14380111.
HSL color Cylindrical-coordinate representation of color #4F6CDB: hue angle of 227.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F6CDB is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 108 | 219 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.14 |
| HSL | 227.57º | 0.66% | 0.58% | - |
| HSV(B) | 227.57º | 0.64% | 0.86% | - |
| XYZ | 21.37 | 17.5 | 69.27 | - |
| YUV | 111.98 | 188.39 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 108 | 219 | 0.64 | 0.51 | 0 | 0.14 | 227.57 | 0.66 | 0.58 |
| Hex | 4F | 6C | DB | 40 | 33 | 0 | E | E4 | 42 | 3A |
| Octal | 117 | 154 | 333 | 100 | 63 | 0 | 16 | 344 | 102 | 72 |
| Binary | 1001111 | 1101100 | 11011011 | 1000000 | 110011 | 0 | 1110 | 11100100 | 1000010 | 111010 |
Color Harmonies of #4F6CDB
Complementary color
Monochromatic Colors of #4F6CDB
Black with #4F6CDB
Text Example
Text Example
White with #4F6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6CDB; }
p { color: rgb(79,108,219); }
H1.HeaderClassName
{
color: #4F6CDB;
}
.AnyTagClassName
{
color: #4F6CDB;
}
</style>
background-color css
<style>
a { background-color: #4F6CDB; }
a { background-color: rgb(79,108,219); }
div.DivClassName
{
background-color: #4F6CDB;
}
.BgClassName
{
background-color: #4F6CDB;
}
</style>
border-color css
<style>
span { border-color: #4F6CDB; }
span { border-color: rgb(79,108,219); }
td.TdClassName
{
border-color: #4F6CDB;
}
.TagClassName
{
border-color: #4F6CDB;
}
</style>