Shades of Royal Blue #4F68EF
Tints of Royal Blue #4F68EF
RGB
CMYK
RGB Variations
Color information
#4F68EF (or 0x4F68EF) is known color: Royal Blue. HEX triplet: 4F, 68 and EF. RGB value is (79,104,239). Sum of RGB (Red+Green+Blue) = 79+104+239=422 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.72% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F68EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F68EF is #B09710. Grayscale: #6F6F6F. Windows color (decimal): -11573009 or 15689807. OLE color: 15689807.
HSL color Cylindrical-coordinate representation of color #4F68EF: hue angle of 230.62º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F68EF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 104 | 239 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.06 |
| HSL | 230.63º | 0.83% | 0.62% | - |
| HSV(B) | 230.63º | 0.67% | 0.94% | - |
| XYZ | 23.75 | 17.79 | 83.84 | - |
| YUV | 111.92 | 199.72 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 239 | 0.67 | 0.56 | 0 | 0.06 | 230.63 | 0.83 | 0.62 |
| Hex | 4F | 68 | EF | 43 | 38 | 0 | 6 | E7 | 53 | 3E |
| Octal | 117 | 150 | 357 | 103 | 70 | 0 | 6 | 347 | 123 | 76 |
| Binary | 1001111 | 1101000 | 11101111 | 1000011 | 111000 | 0 | 110 | 11100111 | 1010011 | 111110 |
Color Harmonies of #4F68EF
Complementary color
Monochromatic Colors of #4F68EF
Black with #4F68EF
Text Example
Text Example
White with #4F68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F68EF; }
p { color: rgb(79,104,239); }
H1.HeaderClassName
{
color: #4F68EF;
}
.AnyTagClassName
{
color: #4F68EF;
}
</style>
background-color css
<style>
a { background-color: #4F68EF; }
a { background-color: rgb(79,104,239); }
div.DivClassName
{
background-color: #4F68EF;
}
.BgClassName
{
background-color: #4F68EF;
}
</style>
border-color css
<style>
span { border-color: #4F68EF; }
span { border-color: rgb(79,104,239); }
td.TdClassName
{
border-color: #4F68EF;
}
.TagClassName
{
border-color: #4F68EF;
}
</style>