Shades of Royal Blue #4D78DC
Tints of Royal Blue #4D78DC
RGB
CMYK
RGB Variations
Color information
#4D78DC (or 0x4D78DC) is known color: Royal Blue. HEX triplet: 4D, 78 and DC. RGB value is (77,120,220). Sum of RGB (Red+Green+Blue) = 77+120+220=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D78DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D78DC is #B28723. Grayscale: #767676. Windows color (decimal): -11700004 or 14448717. OLE color: 14448717.
HSL color Cylindrical-coordinate representation of color #4D78DC: hue angle of 221.96º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D78DC is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 120 | 220 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.14 |
| HSL | 221.96º | 0.67% | 0.58% | - |
| HSV(B) | 221.96º | 0.65% | 0.86% | - |
| XYZ | 22.7 | 20.18 | 70.41 | - |
| YUV | 118.54 | 185.25 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 220 | 0.65 | 0.45 | 0 | 0.14 | 221.96 | 0.67 | 0.58 |
| Hex | 4D | 78 | DC | 41 | 2D | 0 | E | DE | 43 | 3A |
| Octal | 115 | 170 | 334 | 101 | 55 | 0 | 16 | 336 | 103 | 72 |
| Binary | 1001101 | 1111000 | 11011100 | 1000001 | 101101 | 0 | 1110 | 11011110 | 1000011 | 111010 |
Color Harmonies of #4D78DC
Complementary color
Monochromatic Colors of #4D78DC
Black with #4D78DC
Text Example
Text Example
White with #4D78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D78DC; }
p { color: rgb(77,120,220); }
H1.HeaderClassName
{
color: #4D78DC;
}
.AnyTagClassName
{
color: #4D78DC;
}
</style>
background-color css
<style>
a { background-color: #4D78DC; }
a { background-color: rgb(77,120,220); }
div.DivClassName
{
background-color: #4D78DC;
}
.BgClassName
{
background-color: #4D78DC;
}
</style>
border-color css
<style>
span { border-color: #4D78DC; }
span { border-color: rgb(77,120,220); }
td.TdClassName
{
border-color: #4D78DC;
}
.TagClassName
{
border-color: #4D78DC;
}
</style>