Shades of Royal Blue #4C7BDD
Tints of Royal Blue #4C7BDD
RGB
CMYK
RGB Variations
Color information
#4C7BDD (or 0x4C7BDD) is known color: Royal Blue. HEX triplet: 4C, 7B and DD. RGB value is (76,123,221). Sum of RGB (Red+Green+Blue) = 76+123+221=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C7BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7BDD is #B38422. Grayscale: #777777. Windows color (decimal): -11764771 or 14515020. OLE color: 14515020.
HSL color Cylindrical-coordinate representation of color #4C7BDD: hue angle of 220.55º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C7BDD is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 123 | 221 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.13 |
| HSL | 220.55º | 0.68% | 0.58% | - |
| HSV(B) | 220.55º | 0.66% | 0.87% | - |
| XYZ | 23.11 | 20.92 | 71.23 | - |
| YUV | 120.12 | 184.93 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 221 | 0.66 | 0.44 | 0 | 0.13 | 220.55 | 0.68 | 0.58 |
| Hex | 4C | 7B | DD | 42 | 2C | 0 | D | DD | 44 | 3A |
| Octal | 114 | 173 | 335 | 102 | 54 | 0 | 15 | 335 | 104 | 72 |
| Binary | 1001100 | 1111011 | 11011101 | 1000010 | 101100 | 0 | 1101 | 11011101 | 1000100 | 111010 |
Color Harmonies of #4C7BDD
Complementary color
Monochromatic Colors of #4C7BDD
Black with #4C7BDD
Text Example
Text Example
White with #4C7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7BDD; }
p { color: rgb(76,123,221); }
H1.HeaderClassName
{
color: #4C7BDD;
}
.AnyTagClassName
{
color: #4C7BDD;
}
</style>
background-color css
<style>
a { background-color: #4C7BDD; }
a { background-color: rgb(76,123,221); }
div.DivClassName
{
background-color: #4C7BDD;
}
.BgClassName
{
background-color: #4C7BDD;
}
</style>
border-color css
<style>
span { border-color: #4C7BDD; }
span { border-color: rgb(76,123,221); }
td.TdClassName
{
border-color: #4C7BDD;
}
.TagClassName
{
border-color: #4C7BDD;
}
</style>