Shades of Royal Blue #407AF6
Tints of Royal Blue #407AF6
RGB
CMYK
RGB Variations
Color information
#407AF6 (or 0x407AF6) is known color: Royal Blue. HEX triplet: 40, 7A and F6. RGB value is (64,122,246). Sum of RGB (Red+Green+Blue) = 64+122+246=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #407AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AF6 is #BF8509. Grayscale: #767676. Windows color (decimal): -12551434 or 16153152. OLE color: 16153152.
HSL color Cylindrical-coordinate representation of color #407AF6: hue angle of 220.88º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407AF6 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 122 | 246 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.04 |
| HSL | 220.88º | 0.91% | 0.61% | - |
| HSV(B) | 220.88º | 0.74% | 0.96% | - |
| XYZ | 25.71 | 21.66 | 90.02 | - |
| YUV | 118.79 | 199.78 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 246 | 0.74 | 0.50 | 0 | 0.04 | 220.88 | 0.91 | 0.61 |
| Hex | 40 | 7A | F6 | 4A | 32 | 0 | 4 | DD | 5B | 3D |
| Octal | 100 | 172 | 366 | 112 | 62 | 0 | 4 | 335 | 133 | 75 |
| Binary | 1000000 | 1111010 | 11110110 | 1001010 | 110010 | 0 | 100 | 11011101 | 1011011 | 111101 |
Color Harmonies of #407AF6
Complementary color
Monochromatic Colors of #407AF6
Black with #407AF6
Text Example
Text Example
White with #407AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AF6; }
p { color: rgb(64,122,246); }
H1.HeaderClassName
{
color: #407AF6;
}
.AnyTagClassName
{
color: #407AF6;
}
</style>
background-color css
<style>
a { background-color: #407AF6; }
a { background-color: rgb(64,122,246); }
div.DivClassName
{
background-color: #407AF6;
}
.BgClassName
{
background-color: #407AF6;
}
</style>
border-color css
<style>
span { border-color: #407AF6; }
span { border-color: rgb(64,122,246); }
td.TdClassName
{
border-color: #407AF6;
}
.TagClassName
{
border-color: #407AF6;
}
</style>