Shades of Royal Blue #4F6ECE
Tints of Royal Blue #4F6ECE
RGB
CMYK
RGB Variations
Color information
#4F6ECE (or 0x4F6ECE) is known color: Royal Blue. HEX triplet: 4F, 6E and CE. RGB value is (79,110,206). Sum of RGB (Red+Green+Blue) = 79+110+206=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6ECE is #B09131. Grayscale: #6F6F6F. Windows color (decimal): -11571506 or 13528655. OLE color: 13528655.
HSL color Cylindrical-coordinate representation of color #4F6ECE: hue angle of 225.35º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F6ECE is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 110 | 206 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.19 |
| HSL | 225.35º | 0.56% | 0.56% | - |
| HSV(B) | 225.35º | 0.62% | 0.81% | - |
| XYZ | 19.94 | 17.27 | 60.68 | - |
| YUV | 111.68 | 181.23 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 206 | 0.62 | 0.47 | 0 | 0.19 | 225.35 | 0.56 | 0.56 |
| Hex | 4F | 6E | CE | 3E | 2F | 0 | 13 | E1 | 38 | 38 |
| Octal | 117 | 156 | 316 | 76 | 57 | 0 | 23 | 341 | 70 | 70 |
| Binary | 1001111 | 1101110 | 11001110 | 111110 | 101111 | 0 | 10011 | 11100001 | 111000 | 111000 |
Color Harmonies of #4F6ECE
Complementary color
Monochromatic Colors of #4F6ECE
Black with #4F6ECE
Text Example
Text Example
White with #4F6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6ECE; }
p { color: rgb(79,110,206); }
H1.HeaderClassName
{
color: #4F6ECE;
}
.AnyTagClassName
{
color: #4F6ECE;
}
</style>
background-color css
<style>
a { background-color: #4F6ECE; }
a { background-color: rgb(79,110,206); }
div.DivClassName
{
background-color: #4F6ECE;
}
.BgClassName
{
background-color: #4F6ECE;
}
</style>
border-color css
<style>
span { border-color: #4F6ECE; }
span { border-color: rgb(79,110,206); }
td.TdClassName
{
border-color: #4F6ECE;
}
.TagClassName
{
border-color: #4F6ECE;
}
</style>