Shades of Royal Blue #4A78DC
Tints of Royal Blue #4A78DC
RGB
CMYK
RGB Variations
Color information
#4A78DC (or 0x4A78DC) is known color: Royal Blue. HEX triplet: 4A, 78 and DC. RGB value is (74,120,220). Sum of RGB (Red+Green+Blue) = 74+120+220=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A78DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A78DC is #B58723. Grayscale: #757575. Windows color (decimal): -11896612 or 14448714. OLE color: 14448714.
HSL color Cylindrical-coordinate representation of color #4A78DC: hue angle of 221.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A78DC is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 120 | 220 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.14 |
| HSL | 221.1º | 0.68% | 0.58% | - |
| HSV(B) | 221.1º | 0.66% | 0.86% | - |
| XYZ | 22.46 | 20.06 | 70.4 | - |
| YUV | 117.65 | 185.76 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 220 | 0.66 | 0.45 | 0 | 0.14 | 221.1 | 0.68 | 0.58 |
| Hex | 4A | 78 | DC | 42 | 2D | 0 | E | DD | 44 | 3A |
| Octal | 112 | 170 | 334 | 102 | 55 | 0 | 16 | 335 | 104 | 72 |
| Binary | 1001010 | 1111000 | 11011100 | 1000010 | 101101 | 0 | 1110 | 11011101 | 1000100 | 111010 |
Color Harmonies of #4A78DC
Complementary color
Monochromatic Colors of #4A78DC
Black with #4A78DC
Text Example
Text Example
White with #4A78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A78DC; }
p { color: rgb(74,120,220); }
H1.HeaderClassName
{
color: #4A78DC;
}
.AnyTagClassName
{
color: #4A78DC;
}
</style>
background-color css
<style>
a { background-color: #4A78DC; }
a { background-color: rgb(74,120,220); }
div.DivClassName
{
background-color: #4A78DC;
}
.BgClassName
{
background-color: #4A78DC;
}
</style>
border-color css
<style>
span { border-color: #4A78DC; }
span { border-color: rgb(74,120,220); }
td.TdClassName
{
border-color: #4A78DC;
}
.TagClassName
{
border-color: #4A78DC;
}
</style>