Shades of Royal Blue #4F5ADD
Tints of Royal Blue #4F5ADD
RGB
CMYK
RGB Variations
Color information
#4F5ADD (or 0x4F5ADD) is known color: Royal Blue. HEX triplet: 4F, 5A and DD. RGB value is (79,90,221). Sum of RGB (Red+Green+Blue) = 79+90+221=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F5ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5ADD is #B0A522. Grayscale: #656565. Windows color (decimal): -11576611 or 14506575. OLE color: 14506575.
HSL color Cylindrical-coordinate representation of color #4F5ADD: hue angle of 235.35º 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 #4F5ADD is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 90 | 221 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.13 |
| HSL | 235.35º | 0.68% | 0.59% | - |
| HSV(B) | 235.35º | 0.64% | 0.87% | - |
| XYZ | 19.93 | 14.2 | 70.1 | - |
| YUV | 101.65 | 195.36 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 221 | 0.64 | 0.59 | 0 | 0.13 | 235.35 | 0.68 | 0.59 |
| Hex | 4F | 5A | DD | 40 | 3B | 0 | D | EB | 44 | 3B |
| Octal | 117 | 132 | 335 | 100 | 73 | 0 | 15 | 353 | 104 | 73 |
| Binary | 1001111 | 1011010 | 11011101 | 1000000 | 111011 | 0 | 1101 | 11101011 | 1000100 | 111011 |
Color Harmonies of #4F5ADD
Complementary color
Monochromatic Colors of #4F5ADD
Black with #4F5ADD
Text Example
Text Example
White with #4F5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5ADD; }
p { color: rgb(79,90,221); }
H1.HeaderClassName
{
color: #4F5ADD;
}
.AnyTagClassName
{
color: #4F5ADD;
}
</style>
background-color css
<style>
a { background-color: #4F5ADD; }
a { background-color: rgb(79,90,221); }
div.DivClassName
{
background-color: #4F5ADD;
}
.BgClassName
{
background-color: #4F5ADD;
}
</style>
border-color css
<style>
span { border-color: #4F5ADD; }
span { border-color: rgb(79,90,221); }
td.TdClassName
{
border-color: #4F5ADD;
}
.TagClassName
{
border-color: #4F5ADD;
}
</style>