Shades of Royal Blue #4678EA
Tints of Royal Blue #4678EA
RGB
CMYK
RGB Variations
Color information
#4678EA (or 0x4678EA) is known color: Royal Blue. HEX triplet: 46, 78 and EA. RGB value is (70,120,234). Sum of RGB (Red+Green+Blue) = 70+120+234=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #4678EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4678EA is #B98715. Grayscale: #757575. Windows color (decimal): -12158742 or 15366214. OLE color: 15366214.
HSL color Cylindrical-coordinate representation of color #4678EA: hue angle of 221.71º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4678EA is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 120 | 234 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.08 |
| HSL | 221.71º | 0.8% | 0.6% | - |
| HSV(B) | 221.71º | 0.7% | 0.92% | - |
| XYZ | 24.09 | 20.68 | 80.56 | - |
| YUV | 118.05 | 193.44 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 234 | 0.70 | 0.49 | 0 | 0.08 | 221.71 | 0.8 | 0.6 |
| Hex | 46 | 78 | EA | 46 | 31 | 0 | 8 | DE | 50 | 3C |
| Octal | 106 | 170 | 352 | 106 | 61 | 0 | 10 | 336 | 120 | 74 |
| Binary | 1000110 | 1111000 | 11101010 | 1000110 | 110001 | 0 | 1000 | 11011110 | 1010000 | 111100 |
Color Harmonies of #4678EA
Complementary color
Monochromatic Colors of #4678EA
Black with #4678EA
Text Example
Text Example
White with #4678EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4678EA; }
p { color: rgb(70,120,234); }
H1.HeaderClassName
{
color: #4678EA;
}
.AnyTagClassName
{
color: #4678EA;
}
</style>
background-color css
<style>
a { background-color: #4678EA; }
a { background-color: rgb(70,120,234); }
div.DivClassName
{
background-color: #4678EA;
}
.BgClassName
{
background-color: #4678EA;
}
</style>
border-color css
<style>
span { border-color: #4678EA; }
span { border-color: rgb(70,120,234); }
td.TdClassName
{
border-color: #4678EA;
}
.TagClassName
{
border-color: #4678EA;
}
</style>