Shades of Royal Blue #4F5DDB
Tints of Royal Blue #4F5DDB
RGB
CMYK
RGB Variations
Color information
#4F5DDB (or 0x4F5DDB) is known color: Royal Blue. HEX triplet: 4F, 5D and DB. RGB value is (79,93,219). Sum of RGB (Red+Green+Blue) = 79+93+219=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F5DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5DDB is #B0A224. Grayscale: #666666. Windows color (decimal): -11575845 or 14376271. OLE color: 14376271.
HSL color Cylindrical-coordinate representation of color #4F5DDB: hue angle of 234º 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 #4F5DDB is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 93 | 219 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.14 |
| HSL | 234º | 0.66% | 0.58% | - |
| HSV(B) | 234º | 0.64% | 0.86% | - |
| XYZ | 19.92 | 14.61 | 68.79 | - |
| YUV | 103.18 | 193.36 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 219 | 0.64 | 0.58 | 0 | 0.14 | 234 | 0.66 | 0.58 |
| Hex | 4F | 5D | DB | 40 | 3A | 0 | E | EA | 42 | 3A |
| Octal | 117 | 135 | 333 | 100 | 72 | 0 | 16 | 352 | 102 | 72 |
| Binary | 1001111 | 1011101 | 11011011 | 1000000 | 111010 | 0 | 1110 | 11101010 | 1000010 | 111010 |
Color Harmonies of #4F5DDB
Complementary color
Monochromatic Colors of #4F5DDB
Black with #4F5DDB
Text Example
Text Example
White with #4F5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5DDB; }
p { color: rgb(79,93,219); }
H1.HeaderClassName
{
color: #4F5DDB;
}
.AnyTagClassName
{
color: #4F5DDB;
}
</style>
background-color css
<style>
a { background-color: #4F5DDB; }
a { background-color: rgb(79,93,219); }
div.DivClassName
{
background-color: #4F5DDB;
}
.BgClassName
{
background-color: #4F5DDB;
}
</style>
border-color css
<style>
span { border-color: #4F5DDB; }
span { border-color: rgb(79,93,219); }
td.TdClassName
{
border-color: #4F5DDB;
}
.TagClassName
{
border-color: #4F5DDB;
}
</style>