Shades of Royal Blue #467AEA
Tints of Royal Blue #467AEA
RGB
CMYK
RGB Variations
Color information
#467AEA (or 0x467AEA) is known color: Royal Blue. HEX triplet: 46, 7A and EA. RGB value is (70,122,234). Sum of RGB (Red+Green+Blue) = 70+122+234=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #467AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AEA is #B98515. Grayscale: #767676. Windows color (decimal): -12158230 or 15366726. OLE color: 15366726.
HSL color Cylindrical-coordinate representation of color #467AEA: hue angle of 220.98º 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 #467AEA is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 122 | 234 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.08 |
| HSL | 220.98º | 0.8% | 0.6% | - |
| HSV(B) | 220.98º | 0.7% | 0.92% | - |
| XYZ | 24.34 | 21.16 | 80.64 | - |
| YUV | 119.22 | 192.77 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 234 | 0.70 | 0.48 | 0 | 0.08 | 220.98 | 0.8 | 0.6 |
| Hex | 46 | 7A | EA | 46 | 30 | 0 | 8 | DD | 50 | 3C |
| Octal | 106 | 172 | 352 | 106 | 60 | 0 | 10 | 335 | 120 | 74 |
| Binary | 1000110 | 1111010 | 11101010 | 1000110 | 110000 | 0 | 1000 | 11011101 | 1010000 | 111100 |
Color Harmonies of #467AEA
Complementary color
Monochromatic Colors of #467AEA
Black with #467AEA
Text Example
Text Example
White with #467AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AEA; }
p { color: rgb(70,122,234); }
H1.HeaderClassName
{
color: #467AEA;
}
.AnyTagClassName
{
color: #467AEA;
}
</style>
background-color css
<style>
a { background-color: #467AEA; }
a { background-color: rgb(70,122,234); }
div.DivClassName
{
background-color: #467AEA;
}
.BgClassName
{
background-color: #467AEA;
}
</style>
border-color css
<style>
span { border-color: #467AEA; }
span { border-color: rgb(70,122,234); }
td.TdClassName
{
border-color: #467AEA;
}
.TagClassName
{
border-color: #467AEA;
}
</style>