Shades of Royal Blue #4C7BDF
Tints of Royal Blue #4C7BDF
RGB
CMYK
RGB Variations
Color information
#4C7BDF (or 0x4C7BDF) is known color: Royal Blue. HEX triplet: 4C, 7B and DF. RGB value is (76,123,223). Sum of RGB (Red+Green+Blue) = 76+123+223=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C7BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7BDF is #B38420. Grayscale: #777777. Windows color (decimal): -11764769 or 14646092. OLE color: 14646092.
HSL color Cylindrical-coordinate representation of color #4C7BDF: hue angle of 220.82º 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 #4C7BDF is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 123 | 223 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.13 |
| HSL | 220.82º | 0.7% | 0.59% | - |
| HSV(B) | 220.82º | 0.66% | 0.87% | - |
| XYZ | 23.38 | 21.03 | 72.64 | - |
| YUV | 120.35 | 185.93 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 223 | 0.66 | 0.45 | 0 | 0.13 | 220.82 | 0.7 | 0.59 |
| Hex | 4C | 7B | DF | 42 | 2D | 0 | D | DD | 46 | 3B |
| Octal | 114 | 173 | 337 | 102 | 55 | 0 | 15 | 335 | 106 | 73 |
| Binary | 1001100 | 1111011 | 11011111 | 1000010 | 101101 | 0 | 1101 | 11011101 | 1000110 | 111011 |
Color Harmonies of #4C7BDF
Complementary color
Monochromatic Colors of #4C7BDF
Black with #4C7BDF
Text Example
Text Example
White with #4C7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7BDF; }
p { color: rgb(76,123,223); }
H1.HeaderClassName
{
color: #4C7BDF;
}
.AnyTagClassName
{
color: #4C7BDF;
}
</style>
background-color css
<style>
a { background-color: #4C7BDF; }
a { background-color: rgb(76,123,223); }
div.DivClassName
{
background-color: #4C7BDF;
}
.BgClassName
{
background-color: #4C7BDF;
}
</style>
border-color css
<style>
span { border-color: #4C7BDF; }
span { border-color: rgb(76,123,223); }
td.TdClassName
{
border-color: #4C7BDF;
}
.TagClassName
{
border-color: #4C7BDF;
}
</style>