Shades of Royal Blue #4C6EFC
Tints of Royal Blue #4C6EFC
RGB
CMYK
RGB Variations
Color information
#4C6EFC (or 0x4C6EFC) is known color: Royal Blue. HEX triplet: 4C, 6E and FC. RGB value is (76,110,252). Sum of RGB (Red+Green+Blue) = 76+110+252=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C6EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6EFC is #B39103. Grayscale: #737373. Windows color (decimal): -11768068 or 16543308. OLE color: 16543308.
HSL color Cylindrical-coordinate representation of color #4C6EFC: hue angle of 228.41º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C6EFC is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 110 | 252 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.01 |
| HSL | 228.41º | 0.97% | 0.64% | - |
| HSV(B) | 228.41º | 0.7% | 0.99% | - |
| XYZ | 26.13 | 19.72 | 94.52 | - |
| YUV | 116.02 | 204.74 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 110 | 252 | 0.70 | 0.56 | 0 | 0.01 | 228.41 | 0.97 | 0.64 |
| Hex | 4C | 6E | FC | 46 | 38 | 0 | 1 | E4 | 61 | 40 |
| Octal | 114 | 156 | 374 | 106 | 70 | 0 | 1 | 344 | 141 | 100 |
| Binary | 1001100 | 1101110 | 11111100 | 1000110 | 111000 | 0 | 1 | 11100100 | 1100001 | 1000000 |
Color Harmonies of #4C6EFC
Complementary color
Monochromatic Colors of #4C6EFC
Black with #4C6EFC
Text Example
Text Example
White with #4C6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6EFC; }
p { color: rgb(76,110,252); }
H1.HeaderClassName
{
color: #4C6EFC;
}
.AnyTagClassName
{
color: #4C6EFC;
}
</style>
background-color css
<style>
a { background-color: #4C6EFC; }
a { background-color: rgb(76,110,252); }
div.DivClassName
{
background-color: #4C6EFC;
}
.BgClassName
{
background-color: #4C6EFC;
}
</style>
border-color css
<style>
span { border-color: #4C6EFC; }
span { border-color: rgb(76,110,252); }
td.TdClassName
{
border-color: #4C6EFC;
}
.TagClassName
{
border-color: #4C6EFC;
}
</style>