Shades of Royal Blue #4C6FEB
Tints of Royal Blue #4C6FEB
RGB
CMYK
RGB Variations
Color information
#4C6FEB (or 0x4C6FEB) is known color: Royal Blue. HEX triplet: 4C, 6F and EB. RGB value is (76,111,235). Sum of RGB (Red+Green+Blue) = 76+111+235=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C6FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6FEB is #B39014. Grayscale: #727272. Windows color (decimal): -11767829 or 15429452. OLE color: 15429452.
HSL color Cylindrical-coordinate representation of color #4C6FEB: hue angle of 226.79º 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 #4C6FEB is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 111 | 235 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.08 |
| HSL | 226.79º | 0.8% | 0.61% | - |
| HSV(B) | 226.79º | 0.68% | 0.92% | - |
| XYZ | 23.66 | 18.9 | 81 | - |
| YUV | 114.67 | 195.9 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 111 | 235 | 0.68 | 0.53 | 0 | 0.08 | 226.79 | 0.8 | 0.61 |
| Hex | 4C | 6F | EB | 44 | 35 | 0 | 8 | E3 | 50 | 3D |
| Octal | 114 | 157 | 353 | 104 | 65 | 0 | 10 | 343 | 120 | 75 |
| Binary | 1001100 | 1101111 | 11101011 | 1000100 | 110101 | 0 | 1000 | 11100011 | 1010000 | 111101 |
Color Harmonies of #4C6FEB
Complementary color
Monochromatic Colors of #4C6FEB
Black with #4C6FEB
Text Example
Text Example
White with #4C6FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6FEB; }
p { color: rgb(76,111,235); }
H1.HeaderClassName
{
color: #4C6FEB;
}
.AnyTagClassName
{
color: #4C6FEB;
}
</style>
background-color css
<style>
a { background-color: #4C6FEB; }
a { background-color: rgb(76,111,235); }
div.DivClassName
{
background-color: #4C6FEB;
}
.BgClassName
{
background-color: #4C6FEB;
}
</style>
border-color css
<style>
span { border-color: #4C6FEB; }
span { border-color: rgb(76,111,235); }
td.TdClassName
{
border-color: #4C6FEB;
}
.TagClassName
{
border-color: #4C6FEB;
}
</style>