Shades of Royal Blue #4A78DA
Tints of Royal Blue #4A78DA
RGB
CMYK
RGB Variations
Color information
#4A78DA (or 0x4A78DA) is known color: Royal Blue. HEX triplet: 4A, 78 and DA. RGB value is (74,120,218). Sum of RGB (Red+Green+Blue) = 74+120+218=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A78DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A78DA is #B58725. Grayscale: #747474. Windows color (decimal): -11896614 or 14317642. OLE color: 14317642.
HSL color Cylindrical-coordinate representation of color #4A78DA: hue angle of 220.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A78DA is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 120 | 218 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.15 |
| HSL | 220.83º | 0.66% | 0.57% | - |
| HSV(B) | 220.83º | 0.66% | 0.85% | - |
| XYZ | 22.2 | 19.95 | 69.01 | - |
| YUV | 117.42 | 184.76 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 218 | 0.66 | 0.45 | 0 | 0.15 | 220.83 | 0.66 | 0.57 |
| Hex | 4A | 78 | DA | 42 | 2D | 0 | F | DD | 42 | 39 |
| Octal | 112 | 170 | 332 | 102 | 55 | 0 | 17 | 335 | 102 | 71 |
| Binary | 1001010 | 1111000 | 11011010 | 1000010 | 101101 | 0 | 1111 | 11011101 | 1000010 | 111001 |
Color Harmonies of #4A78DA
Complementary color
Monochromatic Colors of #4A78DA
Black with #4A78DA
Text Example
Text Example
White with #4A78DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A78DA; }
p { color: rgb(74,120,218); }
H1.HeaderClassName
{
color: #4A78DA;
}
.AnyTagClassName
{
color: #4A78DA;
}
</style>
background-color css
<style>
a { background-color: #4A78DA; }
a { background-color: rgb(74,120,218); }
div.DivClassName
{
background-color: #4A78DA;
}
.BgClassName
{
background-color: #4A78DA;
}
</style>
border-color css
<style>
span { border-color: #4A78DA; }
span { border-color: rgb(74,120,218); }
td.TdClassName
{
border-color: #4A78DA;
}
.TagClassName
{
border-color: #4A78DA;
}
</style>