Shades of Royal Blue #4671ED
Tints of Royal Blue #4671ED
RGB
CMYK
RGB Variations
Color information
#4671ED (or 0x4671ED) is known color: Royal Blue. HEX triplet: 46, 71 and ED. RGB value is (70,113,237). Sum of RGB (Red+Green+Blue) = 70+113+237=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #4671ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4671ED is #B98E12. Grayscale: #717171. Windows color (decimal): -12160531 or 15561030. OLE color: 15561030.
HSL color Cylindrical-coordinate representation of color #4671ED: hue angle of 224.55º 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 #4671ED is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 113 | 237 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.07 |
| HSL | 224.55º | 0.82% | 0.6% | - |
| HSV(B) | 224.55º | 0.7% | 0.93% | - |
| XYZ | 23.72 | 19.23 | 82.58 | - |
| YUV | 114.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 237 | 0.70 | 0.52 | 0 | 0.07 | 224.55 | 0.82 | 0.6 |
| Hex | 46 | 71 | ED | 46 | 34 | 0 | 7 | E1 | 52 | 3C |
| Octal | 106 | 161 | 355 | 106 | 64 | 0 | 7 | 341 | 122 | 74 |
| Binary | 1000110 | 1110001 | 11101101 | 1000110 | 110100 | 0 | 111 | 11100001 | 1010010 | 111100 |
Color Harmonies of #4671ED
Complementary color
Monochromatic Colors of #4671ED
Black with #4671ED
Text Example
Text Example
White with #4671ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4671ED; }
p { color: rgb(70,113,237); }
H1.HeaderClassName
{
color: #4671ED;
}
.AnyTagClassName
{
color: #4671ED;
}
</style>
background-color css
<style>
a { background-color: #4671ED; }
a { background-color: rgb(70,113,237); }
div.DivClassName
{
background-color: #4671ED;
}
.BgClassName
{
background-color: #4671ED;
}
</style>
border-color css
<style>
span { border-color: #4671ED; }
span { border-color: rgb(70,113,237); }
td.TdClassName
{
border-color: #4671ED;
}
.TagClassName
{
border-color: #4671ED;
}
</style>