Shades of Royal Blue #4F5BDD
Tints of Royal Blue #4F5BDD
RGB
CMYK
RGB Variations
Color information
#4F5BDD (or 0x4F5BDD) is known color: Royal Blue. HEX triplet: 4F, 5B and DD. RGB value is (79,91,221). Sum of RGB (Red+Green+Blue) = 79+91+221=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F5BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5BDD is #B0A422. Grayscale: #656565. Windows color (decimal): -11576355 or 14506831. OLE color: 14506831.
HSL color Cylindrical-coordinate representation of color #4F5BDD: hue angle of 234.93º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F5BDD is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 91 | 221 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.13 |
| HSL | 234.93º | 0.68% | 0.59% | - |
| HSV(B) | 234.93º | 0.64% | 0.87% | - |
| XYZ | 20.02 | 14.36 | 70.12 | - |
| YUV | 102.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 221 | 0.64 | 0.59 | 0 | 0.13 | 234.93 | 0.68 | 0.59 |
| Hex | 4F | 5B | DD | 40 | 3B | 0 | D | EB | 44 | 3B |
| Octal | 117 | 133 | 335 | 100 | 73 | 0 | 15 | 353 | 104 | 73 |
| Binary | 1001111 | 1011011 | 11011101 | 1000000 | 111011 | 0 | 1101 | 11101011 | 1000100 | 111011 |
Color Harmonies of #4F5BDD
Complementary color
Monochromatic Colors of #4F5BDD
Black with #4F5BDD
Text Example
Text Example
White with #4F5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5BDD; }
p { color: rgb(79,91,221); }
H1.HeaderClassName
{
color: #4F5BDD;
}
.AnyTagClassName
{
color: #4F5BDD;
}
</style>
background-color css
<style>
a { background-color: #4F5BDD; }
a { background-color: rgb(79,91,221); }
div.DivClassName
{
background-color: #4F5BDD;
}
.BgClassName
{
background-color: #4F5BDD;
}
</style>
border-color css
<style>
span { border-color: #4F5BDD; }
span { border-color: rgb(79,91,221); }
td.TdClassName
{
border-color: #4F5BDD;
}
.TagClassName
{
border-color: #4F5BDD;
}
</style>