Shades of Royal Blue #4C78DD
Tints of Royal Blue #4C78DD
RGB
CMYK
RGB Variations
Color information
#4C78DD (or 0x4C78DD) is known color: Royal Blue. HEX triplet: 4C, 78 and DD. RGB value is (76,120,221). Sum of RGB (Red+Green+Blue) = 76+120+221=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C78DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C78DD is #B38722. Grayscale: #757575. Windows color (decimal): -11765539 or 14514252. OLE color: 14514252.
HSL color Cylindrical-coordinate representation of color #4C78DD: hue angle of 221.79º 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 #4C78DD is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 120 | 221 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.13 |
| HSL | 221.79º | 0.68% | 0.58% | - |
| HSV(B) | 221.79º | 0.66% | 0.87% | - |
| XYZ | 22.75 | 20.19 | 71.1 | - |
| YUV | 118.36 | 185.92 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 120 | 221 | 0.66 | 0.46 | 0 | 0.13 | 221.79 | 0.68 | 0.58 |
| Hex | 4C | 78 | DD | 42 | 2E | 0 | D | DE | 44 | 3A |
| Octal | 114 | 170 | 335 | 102 | 56 | 0 | 15 | 336 | 104 | 72 |
| Binary | 1001100 | 1111000 | 11011101 | 1000010 | 101110 | 0 | 1101 | 11011110 | 1000100 | 111010 |
Color Harmonies of #4C78DD
Complementary color
Monochromatic Colors of #4C78DD
Black with #4C78DD
Text Example
Text Example
White with #4C78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C78DD; }
p { color: rgb(76,120,221); }
H1.HeaderClassName
{
color: #4C78DD;
}
.AnyTagClassName
{
color: #4C78DD;
}
</style>
background-color css
<style>
a { background-color: #4C78DD; }
a { background-color: rgb(76,120,221); }
div.DivClassName
{
background-color: #4C78DD;
}
.BgClassName
{
background-color: #4C78DD;
}
</style>
border-color css
<style>
span { border-color: #4C78DD; }
span { border-color: rgb(76,120,221); }
td.TdClassName
{
border-color: #4C78DD;
}
.TagClassName
{
border-color: #4C78DD;
}
</style>