Shades of Royal Blue #467AF9
Tints of Royal Blue #467AF9
RGB
CMYK
RGB Variations
Color information
#467AF9 (or 0x467AF9) is known color: Royal Blue. HEX triplet: 46, 7A and F9. RGB value is (70,122,249). Sum of RGB (Red+Green+Blue) = 70+122+249=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #467AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AF9 is #B98506. Grayscale: #787878. Windows color (decimal): -12158215 or 16349766. OLE color: 16349766.
HSL color Cylindrical-coordinate representation of color #467AF9: hue angle of 222.57º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467AF9 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 122 | 249 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.02 |
| HSL | 222.57º | 0.94% | 0.63% | - |
| HSV(B) | 222.57º | 0.72% | 0.98% | - |
| XYZ | 26.58 | 22.06 | 92.48 | - |
| YUV | 120.93 | 200.27 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 249 | 0.72 | 0.51 | 0 | 0.02 | 222.57 | 0.94 | 0.63 |
| Hex | 46 | 7A | F9 | 48 | 33 | 0 | 2 | DF | 5E | 3F |
| Octal | 106 | 172 | 371 | 110 | 63 | 0 | 2 | 337 | 136 | 77 |
| Binary | 1000110 | 1111010 | 11111001 | 1001000 | 110011 | 0 | 10 | 11011111 | 1011110 | 111111 |
Color Harmonies of #467AF9
Complementary color
Monochromatic Colors of #467AF9
Black with #467AF9
Text Example
Text Example
White with #467AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AF9; }
p { color: rgb(70,122,249); }
H1.HeaderClassName
{
color: #467AF9;
}
.AnyTagClassName
{
color: #467AF9;
}
</style>
background-color css
<style>
a { background-color: #467AF9; }
a { background-color: rgb(70,122,249); }
div.DivClassName
{
background-color: #467AF9;
}
.BgClassName
{
background-color: #467AF9;
}
</style>
border-color css
<style>
span { border-color: #467AF9; }
span { border-color: rgb(70,122,249); }
td.TdClassName
{
border-color: #467AF9;
}
.TagClassName
{
border-color: #467AF9;
}
</style>