Shades of Royal Blue #4C7EEF
Tints of Royal Blue #4C7EEF
RGB
CMYK
RGB Variations
Color information
#4C7EEF (or 0x4C7EEF) is known color: Royal Blue. HEX triplet: 4C, 7E and EF. RGB value is (76,126,239). Sum of RGB (Red+Green+Blue) = 76+126+239=441 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.23% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C7EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C7EEF is #B38110. Grayscale: #7B7B7B. Windows color (decimal): -11763985 or 15695436. OLE color: 15695436.
HSL color Cylindrical-coordinate representation of color #4C7EEF: hue angle of 221.6º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C7EEF is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 126 | 239 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.06 |
| HSL | 221.6º | 0.84% | 0.62% | - |
| HSV(B) | 221.6º | 0.68% | 0.94% | - |
| XYZ | 26.02 | 22.69 | 84.67 | - |
| YUV | 123.93 | 192.94 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 126 | 239 | 0.68 | 0.47 | 0 | 0.06 | 221.6 | 0.84 | 0.62 |
| Hex | 4C | 7E | EF | 44 | 2F | 0 | 6 | DE | 54 | 3E |
| Octal | 114 | 176 | 357 | 104 | 57 | 0 | 6 | 336 | 124 | 76 |
| Binary | 1001100 | 1111110 | 11101111 | 1000100 | 101111 | 0 | 110 | 11011110 | 1010100 | 111110 |
Color Harmonies of #4C7EEF
Complementary color
Monochromatic Colors of #4C7EEF
Black with #4C7EEF
Text Example
Text Example
White with #4C7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7EEF; }
p { color: rgb(76,126,239); }
H1.HeaderClassName
{
color: #4C7EEF;
}
.AnyTagClassName
{
color: #4C7EEF;
}
</style>
background-color css
<style>
a { background-color: #4C7EEF; }
a { background-color: rgb(76,126,239); }
div.DivClassName
{
background-color: #4C7EEF;
}
.BgClassName
{
background-color: #4C7EEF;
}
</style>
border-color css
<style>
span { border-color: #4C7EEF; }
span { border-color: rgb(76,126,239); }
td.TdClassName
{
border-color: #4C7EEF;
}
.TagClassName
{
border-color: #4C7EEF;
}
</style>