Shades of Royal Blue #4F68DD
Tints of Royal Blue #4F68DD
RGB
CMYK
RGB Variations
Color information
#4F68DD (or 0x4F68DD) is known color: Royal Blue. HEX triplet: 4F, 68 and DD. RGB value is (79,104,221). Sum of RGB (Red+Green+Blue) = 79+104+221=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F68DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F68DD is #B09722. Grayscale: #6D6D6D. Windows color (decimal): -11573027 or 14510159. OLE color: 14510159.
HSL color Cylindrical-coordinate representation of color #4F68DD: hue angle of 229.44º 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 #4F68DD is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 104 | 221 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.13 |
| HSL | 229.44º | 0.68% | 0.59% | - |
| HSV(B) | 229.44º | 0.64% | 0.87% | - |
| XYZ | 21.23 | 16.78 | 70.53 | - |
| YUV | 109.86 | 190.72 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 221 | 0.64 | 0.53 | 0 | 0.13 | 229.44 | 0.68 | 0.59 |
| Hex | 4F | 68 | DD | 40 | 35 | 0 | D | E5 | 44 | 3B |
| Octal | 117 | 150 | 335 | 100 | 65 | 0 | 15 | 345 | 104 | 73 |
| Binary | 1001111 | 1101000 | 11011101 | 1000000 | 110101 | 0 | 1101 | 11100101 | 1000100 | 111011 |
Color Harmonies of #4F68DD
Complementary color
Monochromatic Colors of #4F68DD
Black with #4F68DD
Text Example
Text Example
White with #4F68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F68DD; }
p { color: rgb(79,104,221); }
H1.HeaderClassName
{
color: #4F68DD;
}
.AnyTagClassName
{
color: #4F68DD;
}
</style>
background-color css
<style>
a { background-color: #4F68DD; }
a { background-color: rgb(79,104,221); }
div.DivClassName
{
background-color: #4F68DD;
}
.BgClassName
{
background-color: #4F68DD;
}
</style>
border-color css
<style>
span { border-color: #4F68DD; }
span { border-color: rgb(79,104,221); }
td.TdClassName
{
border-color: #4F68DD;
}
.TagClassName
{
border-color: #4F68DD;
}
</style>