Shades of Royal Blue #4D78FB
Tints of Royal Blue #4D78FB
RGB
CMYK
RGB Variations
Color information
#4D78FB (or 0x4D78FB) is known color: Royal Blue. HEX triplet: 4D, 78 and FB. RGB value is (77,120,251). Sum of RGB (Red+Green+Blue) = 77+120+251=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D78FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D78FB is #B28704. Grayscale: #797979. Windows color (decimal): -11699973 or 16480333. OLE color: 16480333.
HSL color Cylindrical-coordinate representation of color #4D78FB: hue angle of 225.17º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D78FB is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 120 | 251 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.02 |
| HSL | 225.17º | 0.96% | 0.64% | - |
| HSV(B) | 225.17º | 0.69% | 0.98% | - |
| XYZ | 27.19 | 21.98 | 94.08 | - |
| YUV | 122.08 | 200.75 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 251 | 0.69 | 0.52 | 0 | 0.02 | 225.17 | 0.96 | 0.64 |
| Hex | 4D | 78 | FB | 45 | 34 | 0 | 2 | E1 | 60 | 40 |
| Octal | 115 | 170 | 373 | 105 | 64 | 0 | 2 | 341 | 140 | 100 |
| Binary | 1001101 | 1111000 | 11111011 | 1000101 | 110100 | 0 | 10 | 11100001 | 1100000 | 1000000 |
Color Harmonies of #4D78FB
Complementary color
Monochromatic Colors of #4D78FB
Black with #4D78FB
Text Example
Text Example
White with #4D78FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D78FB; }
p { color: rgb(77,120,251); }
H1.HeaderClassName
{
color: #4D78FB;
}
.AnyTagClassName
{
color: #4D78FB;
}
</style>
background-color css
<style>
a { background-color: #4D78FB; }
a { background-color: rgb(77,120,251); }
div.DivClassName
{
background-color: #4D78FB;
}
.BgClassName
{
background-color: #4D78FB;
}
</style>
border-color css
<style>
span { border-color: #4D78FB; }
span { border-color: rgb(77,120,251); }
td.TdClassName
{
border-color: #4D78FB;
}
.TagClassName
{
border-color: #4D78FB;
}
</style>