Shades of Royal Blue #4673F6
Tints of Royal Blue #4673F6
RGB
CMYK
RGB Variations
Color information
#4673F6 (or 0x4673F6) is known color: Royal Blue. HEX triplet: 46, 73 and F6. RGB value is (70,115,246). Sum of RGB (Red+Green+Blue) = 70+115+246=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #4673F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4673F6 is #B98C09. Grayscale: #737373. Windows color (decimal): -12160010 or 16151366. OLE color: 16151366.
HSL color Cylindrical-coordinate representation of color #4673F6: hue angle of 224.66º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4673F6 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 115 | 246 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.04 |
| HSL | 224.66º | 0.91% | 0.62% | - |
| HSV(B) | 224.66º | 0.72% | 0.96% | - |
| XYZ | 25.29 | 20.22 | 89.76 | - |
| YUV | 116.48 | 201.09 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 246 | 0.72 | 0.53 | 0 | 0.04 | 224.66 | 0.91 | 0.62 |
| Hex | 46 | 73 | F6 | 48 | 35 | 0 | 4 | E1 | 5B | 3E |
| Octal | 106 | 163 | 366 | 110 | 65 | 0 | 4 | 341 | 133 | 76 |
| Binary | 1000110 | 1110011 | 11110110 | 1001000 | 110101 | 0 | 100 | 11100001 | 1011011 | 111110 |
Color Harmonies of #4673F6
Complementary color
Monochromatic Colors of #4673F6
Black with #4673F6
Text Example
Text Example
White with #4673F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4673F6; }
p { color: rgb(70,115,246); }
H1.HeaderClassName
{
color: #4673F6;
}
.AnyTagClassName
{
color: #4673F6;
}
</style>
background-color css
<style>
a { background-color: #4673F6; }
a { background-color: rgb(70,115,246); }
div.DivClassName
{
background-color: #4673F6;
}
.BgClassName
{
background-color: #4673F6;
}
</style>
border-color css
<style>
span { border-color: #4673F6; }
span { border-color: rgb(70,115,246); }
td.TdClassName
{
border-color: #4673F6;
}
.TagClassName
{
border-color: #4673F6;
}
</style>