Shades of Royal Blue #4671D0
Tints of Royal Blue #4671D0
RGB
CMYK
RGB Variations
Color information
#4671D0 (or 0x4671D0) is known color: Royal Blue. HEX triplet: 46, 71 and D0. RGB value is (70,113,208). Sum of RGB (Red+Green+Blue) = 70+113+208=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #4671D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671D0 is #B98E2F. Grayscale: #6E6E6E. Windows color (decimal): -12160560 or 13660486. OLE color: 13660486.
HSL color Cylindrical-coordinate representation of color #4671D0: hue angle of 221.3º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4671D0 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 113 | 208 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.18 |
| HSL | 221.3º | 0.59% | 0.55% | - |
| HSV(B) | 221.3º | 0.66% | 0.82% | - |
| XYZ | 19.82 | 17.67 | 62.04 | - |
| YUV | 110.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 208 | 0.66 | 0.46 | 0 | 0.18 | 221.3 | 0.59 | 0.55 |
| Hex | 46 | 71 | D0 | 42 | 2E | 0 | 12 | DD | 3B | 37 |
| Octal | 106 | 161 | 320 | 102 | 56 | 0 | 22 | 335 | 73 | 67 |
| Binary | 1000110 | 1110001 | 11010000 | 1000010 | 101110 | 0 | 10010 | 11011101 | 111011 | 110111 |
Color Harmonies of #4671D0
Complementary color
Monochromatic Colors of #4671D0
Black with #4671D0
Text Example
Text Example
White with #4671D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4671D0; }
p { color: rgb(70,113,208); }
H1.HeaderClassName
{
color: #4671D0;
}
.AnyTagClassName
{
color: #4671D0;
}
</style>
background-color css
<style>
a { background-color: #4671D0; }
a { background-color: rgb(70,113,208); }
div.DivClassName
{
background-color: #4671D0;
}
.BgClassName
{
background-color: #4671D0;
}
</style>
border-color css
<style>
span { border-color: #4671D0; }
span { border-color: rgb(70,113,208); }
td.TdClassName
{
border-color: #4671D0;
}
.TagClassName
{
border-color: #4671D0;
}
</style>