Shades of Royal Blue #4C76EB
Tints of Royal Blue #4C76EB
RGB
CMYK
RGB Variations
Color information
#4C76EB (or 0x4C76EB) is known color: Royal Blue. HEX triplet: 4C, 76 and EB. RGB value is (76,118,235). Sum of RGB (Red+Green+Blue) = 76+118+235=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C76EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C76EB is #B38914. Grayscale: #767676. Windows color (decimal): -11766037 or 15431244. OLE color: 15431244.
HSL color Cylindrical-coordinate representation of color #4C76EB: hue angle of 224.15º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C76EB is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 118 | 235 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.08 |
| HSL | 224.15º | 0.8% | 0.61% | - |
| HSV(B) | 224.15º | 0.68% | 0.92% | - |
| XYZ | 24.45 | 20.49 | 81.26 | - |
| YUV | 118.78 | 193.59 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 235 | 0.68 | 0.50 | 0 | 0.08 | 224.15 | 0.8 | 0.61 |
| Hex | 4C | 76 | EB | 44 | 32 | 0 | 8 | E0 | 50 | 3D |
| Octal | 114 | 166 | 353 | 104 | 62 | 0 | 10 | 340 | 120 | 75 |
| Binary | 1001100 | 1110110 | 11101011 | 1000100 | 110010 | 0 | 1000 | 11100000 | 1010000 | 111101 |
Color Harmonies of #4C76EB
Complementary color
Monochromatic Colors of #4C76EB
Black with #4C76EB
Text Example
Text Example
White with #4C76EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C76EB; }
p { color: rgb(76,118,235); }
H1.HeaderClassName
{
color: #4C76EB;
}
.AnyTagClassName
{
color: #4C76EB;
}
</style>
background-color css
<style>
a { background-color: #4C76EB; }
a { background-color: rgb(76,118,235); }
div.DivClassName
{
background-color: #4C76EB;
}
.BgClassName
{
background-color: #4C76EB;
}
</style>
border-color css
<style>
span { border-color: #4C76EB; }
span { border-color: rgb(76,118,235); }
td.TdClassName
{
border-color: #4C76EB;
}
.TagClassName
{
border-color: #4C76EB;
}
</style>