Shades of Royal Blue #4F5CDB
Tints of Royal Blue #4F5CDB
RGB
CMYK
RGB Variations
Color information
#4F5CDB (or 0x4F5CDB) is known color: Royal Blue. HEX triplet: 4F, 5C and DB. RGB value is (79,92,219). Sum of RGB (Red+Green+Blue) = 79+92+219=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F5CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5CDB is #B0A324. Grayscale: #666666. Windows color (decimal): -11576101 or 14376015. OLE color: 14376015.
HSL color Cylindrical-coordinate representation of color #4F5CDB: hue angle of 234.43º 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 #4F5CDB is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 92 | 219 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.14 |
| HSL | 234.43º | 0.66% | 0.58% | - |
| HSV(B) | 234.43º | 0.64% | 0.86% | - |
| XYZ | 19.84 | 14.43 | 68.76 | - |
| YUV | 102.59 | 193.69 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 219 | 0.64 | 0.58 | 0 | 0.14 | 234.43 | 0.66 | 0.58 |
| Hex | 4F | 5C | DB | 40 | 3A | 0 | E | EA | 42 | 3A |
| Octal | 117 | 134 | 333 | 100 | 72 | 0 | 16 | 352 | 102 | 72 |
| Binary | 1001111 | 1011100 | 11011011 | 1000000 | 111010 | 0 | 1110 | 11101010 | 1000010 | 111010 |
Color Harmonies of #4F5CDB
Complementary color
Monochromatic Colors of #4F5CDB
Black with #4F5CDB
Text Example
Text Example
White with #4F5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5CDB; }
p { color: rgb(79,92,219); }
H1.HeaderClassName
{
color: #4F5CDB;
}
.AnyTagClassName
{
color: #4F5CDB;
}
</style>
background-color css
<style>
a { background-color: #4F5CDB; }
a { background-color: rgb(79,92,219); }
div.DivClassName
{
background-color: #4F5CDB;
}
.BgClassName
{
background-color: #4F5CDB;
}
</style>
border-color css
<style>
span { border-color: #4F5CDB; }
span { border-color: rgb(79,92,219); }
td.TdClassName
{
border-color: #4F5CDB;
}
.TagClassName
{
border-color: #4F5CDB;
}
</style>