Shades of Royal Blue #4F58DD
Tints of Royal Blue #4F58DD
RGB
CMYK
RGB Variations
Color information
#4F58DD (or 0x4F58DD) is known color: Royal Blue. HEX triplet: 4F, 58 and DD. RGB value is (79,88,221). Sum of RGB (Red+Green+Blue) = 79+88+221=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F58DD is #B0A722. Grayscale: #636363. Windows color (decimal): -11577123 or 14506063. OLE color: 14506063.
HSL color Cylindrical-coordinate representation of color #4F58DD: hue angle of 236.2º 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 #4F58DD is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 88 | 221 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.13 |
| HSL | 236.2º | 0.68% | 0.59% | - |
| HSV(B) | 236.2º | 0.64% | 0.87% | - |
| XYZ | 19.77 | 13.86 | 70.04 | - |
| YUV | 100.47 | 196.02 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 221 | 0.64 | 0.60 | 0 | 0.13 | 236.2 | 0.68 | 0.59 |
| Hex | 4F | 58 | DD | 40 | 3C | 0 | D | EC | 44 | 3B |
| Octal | 117 | 130 | 335 | 100 | 74 | 0 | 15 | 354 | 104 | 73 |
| Binary | 1001111 | 1011000 | 11011101 | 1000000 | 111100 | 0 | 1101 | 11101100 | 1000100 | 111011 |
Color Harmonies of #4F58DD
Complementary color
Monochromatic Colors of #4F58DD
Black with #4F58DD
Text Example
Text Example
White with #4F58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F58DD; }
p { color: rgb(79,88,221); }
H1.HeaderClassName
{
color: #4F58DD;
}
.AnyTagClassName
{
color: #4F58DD;
}
</style>
background-color css
<style>
a { background-color: #4F58DD; }
a { background-color: rgb(79,88,221); }
div.DivClassName
{
background-color: #4F58DD;
}
.BgClassName
{
background-color: #4F58DD;
}
</style>
border-color css
<style>
span { border-color: #4F58DD; }
span { border-color: rgb(79,88,221); }
td.TdClassName
{
border-color: #4F58DD;
}
.TagClassName
{
border-color: #4F58DD;
}
</style>