Shades of Royal Blue #4F5DDD
Tints of Royal Blue #4F5DDD
RGB
CMYK
RGB Variations
Color information
#4F5DDD (or 0x4F5DDD) is known color: Royal Blue. HEX triplet: 4F, 5D and DD. RGB value is (79,93,221). Sum of RGB (Red+Green+Blue) = 79+93+221=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F5DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5DDD is #B0A222. Grayscale: #666666. Windows color (decimal): -11575843 or 14507343. OLE color: 14507343.
HSL color Cylindrical-coordinate representation of color #4F5DDD: hue angle of 234.08º 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 #4F5DDD is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 93 | 221 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.13 |
| HSL | 234.08º | 0.68% | 0.59% | - |
| HSV(B) | 234.08º | 0.64% | 0.87% | - |
| XYZ | 20.19 | 14.71 | 70.18 | - |
| YUV | 103.41 | 194.36 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 221 | 0.64 | 0.58 | 0 | 0.13 | 234.08 | 0.68 | 0.59 |
| Hex | 4F | 5D | DD | 40 | 3A | 0 | D | EA | 44 | 3B |
| Octal | 117 | 135 | 335 | 100 | 72 | 0 | 15 | 352 | 104 | 73 |
| Binary | 1001111 | 1011101 | 11011101 | 1000000 | 111010 | 0 | 1101 | 11101010 | 1000100 | 111011 |
Color Harmonies of #4F5DDD
Complementary color
Monochromatic Colors of #4F5DDD
Black with #4F5DDD
Text Example
Text Example
White with #4F5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5DDD; }
p { color: rgb(79,93,221); }
H1.HeaderClassName
{
color: #4F5DDD;
}
.AnyTagClassName
{
color: #4F5DDD;
}
</style>
background-color css
<style>
a { background-color: #4F5DDD; }
a { background-color: rgb(79,93,221); }
div.DivClassName
{
background-color: #4F5DDD;
}
.BgClassName
{
background-color: #4F5DDD;
}
</style>
border-color css
<style>
span { border-color: #4F5DDD; }
span { border-color: rgb(79,93,221); }
td.TdClassName
{
border-color: #4F5DDD;
}
.TagClassName
{
border-color: #4F5DDD;
}
</style>