Shades of Royal Blue #4670CF
Tints of Royal Blue #4670CF
RGB
CMYK
RGB Variations
Color information
#4670CF (or 0x4670CF) is known color: Royal Blue. HEX triplet: 46, 70 and CF. RGB value is (70,112,207). Sum of RGB (Red+Green+Blue) = 70+112+207=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #4670CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4670CF is #B98F30. Grayscale: #6D6D6D. Windows color (decimal): -12160817 or 13594694. OLE color: 13594694.
HSL color Cylindrical-coordinate representation of color #4670CF: hue angle of 221.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4670CF is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 112 | 207 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.19 |
| HSL | 221.61º | 0.59% | 0.54% | - |
| HSV(B) | 221.61º | 0.66% | 0.81% | - |
| XYZ | 19.58 | 17.4 | 61.36 | - |
| YUV | 110.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 207 | 0.66 | 0.46 | 0 | 0.19 | 221.61 | 0.59 | 0.54 |
| Hex | 46 | 70 | CF | 42 | 2E | 0 | 13 | DE | 3B | 36 |
| Octal | 106 | 160 | 317 | 102 | 56 | 0 | 23 | 336 | 73 | 66 |
| Binary | 1000110 | 1110000 | 11001111 | 1000010 | 101110 | 0 | 10011 | 11011110 | 111011 | 110110 |
Color Harmonies of #4670CF
Complementary color
Monochromatic Colors of #4670CF
Black with #4670CF
Text Example
Text Example
White with #4670CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4670CF; }
p { color: rgb(70,112,207); }
H1.HeaderClassName
{
color: #4670CF;
}
.AnyTagClassName
{
color: #4670CF;
}
</style>
background-color css
<style>
a { background-color: #4670CF; }
a { background-color: rgb(70,112,207); }
div.DivClassName
{
background-color: #4670CF;
}
.BgClassName
{
background-color: #4670CF;
}
</style>
border-color css
<style>
span { border-color: #4670CF; }
span { border-color: rgb(70,112,207); }
td.TdClassName
{
border-color: #4670CF;
}
.TagClassName
{
border-color: #4670CF;
}
</style>