Shades of Royal Blue #4677ED
Tints of Royal Blue #4677ED
RGB
CMYK
RGB Variations
Color information
#4677ED (or 0x4677ED) is known color: Royal Blue. HEX triplet: 46, 77 and ED. RGB value is (70,119,237). Sum of RGB (Red+Green+Blue) = 70+119+237=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #4677ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4677ED is #B98812. Grayscale: #757575. Windows color (decimal): -12158995 or 15562566. OLE color: 15562566.
HSL color Cylindrical-coordinate representation of color #4677ED: hue angle of 222.4º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4677ED is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 119 | 237 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.07 |
| HSL | 222.4º | 0.82% | 0.6% | - |
| HSV(B) | 222.4º | 0.7% | 0.93% | - |
| XYZ | 24.41 | 20.61 | 82.81 | - |
| YUV | 117.8 | 195.27 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 237 | 0.70 | 0.50 | 0 | 0.07 | 222.4 | 0.82 | 0.6 |
| Hex | 46 | 77 | ED | 46 | 32 | 0 | 7 | DE | 52 | 3C |
| Octal | 106 | 167 | 355 | 106 | 62 | 0 | 7 | 336 | 122 | 74 |
| Binary | 1000110 | 1110111 | 11101101 | 1000110 | 110010 | 0 | 111 | 11011110 | 1010010 | 111100 |
Color Harmonies of #4677ED
Complementary color
Monochromatic Colors of #4677ED
Black with #4677ED
Text Example
Text Example
White with #4677ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4677ED; }
p { color: rgb(70,119,237); }
H1.HeaderClassName
{
color: #4677ED;
}
.AnyTagClassName
{
color: #4677ED;
}
</style>
background-color css
<style>
a { background-color: #4677ED; }
a { background-color: rgb(70,119,237); }
div.DivClassName
{
background-color: #4677ED;
}
.BgClassName
{
background-color: #4677ED;
}
</style>
border-color css
<style>
span { border-color: #4677ED; }
span { border-color: rgb(70,119,237); }
td.TdClassName
{
border-color: #4677ED;
}
.TagClassName
{
border-color: #4677ED;
}
</style>