Shades of Royal Blue #467AEB
Tints of Royal Blue #467AEB
RGB
CMYK
RGB Variations
Color information
#467AEB (or 0x467AEB) is known color: Royal Blue. HEX triplet: 46, 7A and EB. RGB value is (70,122,235). Sum of RGB (Red+Green+Blue) = 70+122+235=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #467AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AEB is #B98514. Grayscale: #767676. Windows color (decimal): -12158229 or 15432262. OLE color: 15432262.
HSL color Cylindrical-coordinate representation of color #467AEB: hue angle of 221.09º 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 #467AEB is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 122 | 235 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.08 |
| HSL | 221.09º | 0.8% | 0.6% | - |
| HSV(B) | 221.09º | 0.7% | 0.92% | - |
| XYZ | 24.48 | 21.22 | 81.4 | - |
| YUV | 119.33 | 193.27 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 235 | 0.70 | 0.48 | 0 | 0.08 | 221.09 | 0.8 | 0.6 |
| Hex | 46 | 7A | EB | 46 | 30 | 0 | 8 | DD | 50 | 3C |
| Octal | 106 | 172 | 353 | 106 | 60 | 0 | 10 | 335 | 120 | 74 |
| Binary | 1000110 | 1111010 | 11101011 | 1000110 | 110000 | 0 | 1000 | 11011101 | 1010000 | 111100 |
Color Harmonies of #467AEB
Complementary color
Monochromatic Colors of #467AEB
Black with #467AEB
Text Example
Text Example
White with #467AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AEB; }
p { color: rgb(70,122,235); }
H1.HeaderClassName
{
color: #467AEB;
}
.AnyTagClassName
{
color: #467AEB;
}
</style>
background-color css
<style>
a { background-color: #467AEB; }
a { background-color: rgb(70,122,235); }
div.DivClassName
{
background-color: #467AEB;
}
.BgClassName
{
background-color: #467AEB;
}
</style>
border-color css
<style>
span { border-color: #467AEB; }
span { border-color: rgb(70,122,235); }
td.TdClassName
{
border-color: #467AEB;
}
.TagClassName
{
border-color: #467AEB;
}
</style>