Shades of Royal Blue #466FEA
Tints of Royal Blue #466FEA
RGB
CMYK
RGB Variations
Color information
#466FEA (or 0x466FEA) is known color: Royal Blue. HEX triplet: 46, 6F and EA. RGB value is (70,111,234). Sum of RGB (Red+Green+Blue) = 70+111+234=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #466FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466FEA is #B99015. Grayscale: #707070. Windows color (decimal): -12161046 or 15363910. OLE color: 15363910.
HSL color Cylindrical-coordinate representation of color #466FEA: hue angle of 225º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #466FEA is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 111 | 234 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.08 |
| HSL | 225º | 0.8% | 0.6% | - |
| HSV(B) | 225º | 0.7% | 0.92% | - |
| XYZ | 23.06 | 18.61 | 80.22 | - |
| YUV | 112.76 | 196.42 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 234 | 0.70 | 0.53 | 0 | 0.08 | 225 | 0.8 | 0.6 |
| Hex | 46 | 6F | EA | 46 | 35 | 0 | 8 | E1 | 50 | 3C |
| Octal | 106 | 157 | 352 | 106 | 65 | 0 | 10 | 341 | 120 | 74 |
| Binary | 1000110 | 1101111 | 11101010 | 1000110 | 110101 | 0 | 1000 | 11100001 | 1010000 | 111100 |
Color Harmonies of #466FEA
Complementary color
Monochromatic Colors of #466FEA
Black with #466FEA
Text Example
Text Example
White with #466FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466FEA; }
p { color: rgb(70,111,234); }
H1.HeaderClassName
{
color: #466FEA;
}
.AnyTagClassName
{
color: #466FEA;
}
</style>
background-color css
<style>
a { background-color: #466FEA; }
a { background-color: rgb(70,111,234); }
div.DivClassName
{
background-color: #466FEA;
}
.BgClassName
{
background-color: #466FEA;
}
</style>
border-color css
<style>
span { border-color: #466FEA; }
span { border-color: rgb(70,111,234); }
td.TdClassName
{
border-color: #466FEA;
}
.TagClassName
{
border-color: #466FEA;
}
</style>