Shades of Royal Blue #4F7CE5
Tints of Royal Blue #4F7CE5
RGB
CMYK
RGB Variations
Color information
#4F7CE5 (or 0x4F7CE5) is known color: Royal Blue. HEX triplet: 4F, 7C and E5. RGB value is (79,124,229). Sum of RGB (Red+Green+Blue) = 79+124+229=432 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.29% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #4F7CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7CE5 is #B0831A. Grayscale: #7A7A7A. Windows color (decimal): -11567899 or 15039567. OLE color: 15039567.
HSL color Cylindrical-coordinate representation of color #4F7CE5: hue angle of 222º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F7CE5 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 124 | 229 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.10 |
| HSL | 222º | 0.74% | 0.6% | - |
| HSV(B) | 222º | 0.66% | 0.9% | - |
| XYZ | 24.57 | 21.73 | 77.03 | - |
| YUV | 122.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 229 | 0.66 | 0.46 | 0 | 0.10 | 222 | 0.74 | 0.6 |
| Hex | 4F | 7C | E5 | 42 | 2E | 0 | A | DE | 4A | 3C |
| Octal | 117 | 174 | 345 | 102 | 56 | 0 | 12 | 336 | 112 | 74 |
| Binary | 1001111 | 1111100 | 11100101 | 1000010 | 101110 | 0 | 1010 | 11011110 | 1001010 | 111100 |
Color Harmonies of #4F7CE5
Complementary color
Monochromatic Colors of #4F7CE5
Black with #4F7CE5
Text Example
Text Example
White with #4F7CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7CE5; }
p { color: rgb(79,124,229); }
H1.HeaderClassName
{
color: #4F7CE5;
}
.AnyTagClassName
{
color: #4F7CE5;
}
</style>
background-color css
<style>
a { background-color: #4F7CE5; }
a { background-color: rgb(79,124,229); }
div.DivClassName
{
background-color: #4F7CE5;
}
.BgClassName
{
background-color: #4F7CE5;
}
</style>
border-color css
<style>
span { border-color: #4F7CE5; }
span { border-color: rgb(79,124,229); }
td.TdClassName
{
border-color: #4F7CE5;
}
.TagClassName
{
border-color: #4F7CE5;
}
</style>