Shades of Royal Blue #4C76EE
Tints of Royal Blue #4C76EE
RGB
CMYK
RGB Variations
Color information
#4C76EE (or 0x4C76EE) is known color: Royal Blue. HEX triplet: 4C, 76 and EE. RGB value is (76,118,238). Sum of RGB (Red+Green+Blue) = 76+118+238=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #4C76EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C76EE is #B38911. Grayscale: #767676. Windows color (decimal): -11766034 or 15627852. OLE color: 15627852.
HSL color Cylindrical-coordinate representation of color #4C76EE: hue angle of 224.44º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C76EE is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 118 | 238 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.07 |
| HSL | 224.44º | 0.83% | 0.62% | - |
| HSV(B) | 224.44º | 0.68% | 0.93% | - |
| XYZ | 24.89 | 20.67 | 83.57 | - |
| YUV | 119.12 | 195.09 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 238 | 0.68 | 0.50 | 0 | 0.07 | 224.44 | 0.83 | 0.62 |
| Hex | 4C | 76 | EE | 44 | 32 | 0 | 7 | E0 | 53 | 3E |
| Octal | 114 | 166 | 356 | 104 | 62 | 0 | 7 | 340 | 123 | 76 |
| Binary | 1001100 | 1110110 | 11101110 | 1000100 | 110010 | 0 | 111 | 11100000 | 1010011 | 111110 |
Color Harmonies of #4C76EE
Complementary color
Monochromatic Colors of #4C76EE
Black with #4C76EE
Text Example
Text Example
White with #4C76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C76EE; }
p { color: rgb(76,118,238); }
H1.HeaderClassName
{
color: #4C76EE;
}
.AnyTagClassName
{
color: #4C76EE;
}
</style>
background-color css
<style>
a { background-color: #4C76EE; }
a { background-color: rgb(76,118,238); }
div.DivClassName
{
background-color: #4C76EE;
}
.BgClassName
{
background-color: #4C76EE;
}
</style>
border-color css
<style>
span { border-color: #4C76EE; }
span { border-color: rgb(76,118,238); }
td.TdClassName
{
border-color: #4C76EE;
}
.TagClassName
{
border-color: #4C76EE;
}
</style>