Shades of Royal Blue #4C7FDF
Tints of Royal Blue #4C7FDF
RGB
CMYK
RGB Variations
Color information
#4C7FDF (or 0x4C7FDF) is known color: Royal Blue. HEX triplet: 4C, 7F and DF. RGB value is (76,127,223). Sum of RGB (Red+Green+Blue) = 76+127+223=426 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.84% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C7FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7FDF is #B38020. Grayscale: #7A7A7A. Windows color (decimal): -11763745 or 14647116. OLE color: 14647116.
HSL color Cylindrical-coordinate representation of color #4C7FDF: hue angle of 219.18º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C7FDF is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 127 | 223 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.13 |
| HSL | 219.18º | 0.7% | 0.59% | - |
| HSV(B) | 219.18º | 0.66% | 0.87% | - |
| XYZ | 23.89 | 22.04 | 72.81 | - |
| YUV | 122.7 | 184.6 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 127 | 223 | 0.66 | 0.43 | 0 | 0.13 | 219.18 | 0.7 | 0.59 |
| Hex | 4C | 7F | DF | 42 | 2B | 0 | D | DB | 46 | 3B |
| Octal | 114 | 177 | 337 | 102 | 53 | 0 | 15 | 333 | 106 | 73 |
| Binary | 1001100 | 1111111 | 11011111 | 1000010 | 101011 | 0 | 1101 | 11011011 | 1000110 | 111011 |
Color Harmonies of #4C7FDF
Complementary color
Monochromatic Colors of #4C7FDF
Black with #4C7FDF
Text Example
Text Example
White with #4C7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7FDF; }
p { color: rgb(76,127,223); }
H1.HeaderClassName
{
color: #4C7FDF;
}
.AnyTagClassName
{
color: #4C7FDF;
}
</style>
background-color css
<style>
a { background-color: #4C7FDF; }
a { background-color: rgb(76,127,223); }
div.DivClassName
{
background-color: #4C7FDF;
}
.BgClassName
{
background-color: #4C7FDF;
}
</style>
border-color css
<style>
span { border-color: #4C7FDF; }
span { border-color: rgb(76,127,223); }
td.TdClassName
{
border-color: #4C7FDF;
}
.TagClassName
{
border-color: #4C7FDF;
}
</style>