Shades of Royal Blue #4C5FEB
Tints of Royal Blue #4C5FEB
RGB
CMYK
RGB Variations
Color information
#4C5FEB (or 0x4C5FEB) is known color: Royal Blue. HEX triplet: 4C, 5F and EB. RGB value is (76,95,235). Sum of RGB (Red+Green+Blue) = 76+95+235=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C5FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5FEB is #B3A014. Grayscale: #686868. Windows color (decimal): -11771925 or 15425356. OLE color: 15425356.
HSL color Cylindrical-coordinate representation of color #4C5FEB: hue angle of 232.83º 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 #4C5FEB is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 95 | 235 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.08 |
| HSL | 232.83º | 0.8% | 0.61% | - |
| HSV(B) | 232.83º | 0.68% | 0.92% | - |
| XYZ | 22.07 | 15.72 | 80.47 | - |
| YUV | 105.28 | 201.21 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 95 | 235 | 0.68 | 0.60 | 0 | 0.08 | 232.83 | 0.8 | 0.61 |
| Hex | 4C | 5F | EB | 44 | 3C | 0 | 8 | E9 | 50 | 3D |
| Octal | 114 | 137 | 353 | 104 | 74 | 0 | 10 | 351 | 120 | 75 |
| Binary | 1001100 | 1011111 | 11101011 | 1000100 | 111100 | 0 | 1000 | 11101001 | 1010000 | 111101 |
Color Harmonies of #4C5FEB
Complementary color
Monochromatic Colors of #4C5FEB
Black with #4C5FEB
Text Example
Text Example
White with #4C5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5FEB; }
p { color: rgb(76,95,235); }
H1.HeaderClassName
{
color: #4C5FEB;
}
.AnyTagClassName
{
color: #4C5FEB;
}
</style>
background-color css
<style>
a { background-color: #4C5FEB; }
a { background-color: rgb(76,95,235); }
div.DivClassName
{
background-color: #4C5FEB;
}
.BgClassName
{
background-color: #4C5FEB;
}
</style>
border-color css
<style>
span { border-color: #4C5FEB; }
span { border-color: rgb(76,95,235); }
td.TdClassName
{
border-color: #4C5FEB;
}
.TagClassName
{
border-color: #4C5FEB;
}
</style>