Shades of Royal Blue #4C6CFE
Tints of Royal Blue #4C6CFE
RGB
CMYK
RGB Variations
Color information
#4C6CFE (or 0x4C6CFE) is known color: Royal Blue. HEX triplet: 4C, 6C and FE. RGB value is (76,108,254). Sum of RGB (Red+Green+Blue) = 76+108+254=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C6CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6CFE is #B39301. Grayscale: #727272. Windows color (decimal): -11768578 or 16673868. OLE color: 16673868.
HSL color Cylindrical-coordinate representation of color #4C6CFE: hue angle of 229.21º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C6CFE is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 108 | 254 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.00 |
| HSL | 229.21º | 0.99% | 0.65% | - |
| HSV(B) | 229.21º | 0.7% | 1% | - |
| XYZ | 26.23 | 19.42 | 96.13 | - |
| YUV | 115.08 | 206.4 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 108 | 254 | 0.70 | 0.57 | 0 | 0.00 | 229.21 | 0.99 | 0.65 |
| Hex | 4C | 6C | FE | 46 | 39 | 0 | 0 | E5 | 63 | 41 |
| Octal | 114 | 154 | 376 | 106 | 71 | 0 | 0 | 345 | 143 | 101 |
| Binary | 1001100 | 1101100 | 11111110 | 1000110 | 111001 | 0 | 0 | 11100101 | 1100011 | 1000001 |
Color Harmonies of #4C6CFE
Complementary color
Monochromatic Colors of #4C6CFE
Black with #4C6CFE
Text Example
Text Example
White with #4C6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6CFE; }
p { color: rgb(76,108,254); }
H1.HeaderClassName
{
color: #4C6CFE;
}
.AnyTagClassName
{
color: #4C6CFE;
}
</style>
background-color css
<style>
a { background-color: #4C6CFE; }
a { background-color: rgb(76,108,254); }
div.DivClassName
{
background-color: #4C6CFE;
}
.BgClassName
{
background-color: #4C6CFE;
}
</style>
border-color css
<style>
span { border-color: #4C6CFE; }
span { border-color: rgb(76,108,254); }
td.TdClassName
{
border-color: #4C6CFE;
}
.TagClassName
{
border-color: #4C6CFE;
}
</style>