Shades of Royal Blue #467ADE
Tints of Royal Blue #467ADE
RGB
CMYK
RGB Variations
Color information
#467ADE (or 0x467ADE) is known color: Royal Blue. HEX triplet: 46, 7A and DE. RGB value is (70,122,222). Sum of RGB (Red+Green+Blue) = 70+122+222=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #467ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ADE is #B98521. Grayscale: #757575. Windows color (decimal): -12158242 or 14580294. OLE color: 14580294.
HSL color Cylindrical-coordinate representation of color #467ADE: hue angle of 219.47º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #467ADE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 122 | 222 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.13 |
| HSL | 219.47º | 0.7% | 0.57% | - |
| HSV(B) | 219.47º | 0.68% | 0.87% | - |
| XYZ | 22.67 | 20.5 | 71.87 | - |
| YUV | 117.85 | 186.77 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 222 | 0.68 | 0.45 | 0 | 0.13 | 219.47 | 0.7 | 0.57 |
| Hex | 46 | 7A | DE | 44 | 2D | 0 | D | DB | 46 | 39 |
| Octal | 106 | 172 | 336 | 104 | 55 | 0 | 15 | 333 | 106 | 71 |
| Binary | 1000110 | 1111010 | 11011110 | 1000100 | 101101 | 0 | 1101 | 11011011 | 1000110 | 111001 |
Color Harmonies of #467ADE
Complementary color
Monochromatic Colors of #467ADE
Black with #467ADE
Text Example
Text Example
White with #467ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467ADE; }
p { color: rgb(70,122,222); }
H1.HeaderClassName
{
color: #467ADE;
}
.AnyTagClassName
{
color: #467ADE;
}
</style>
background-color css
<style>
a { background-color: #467ADE; }
a { background-color: rgb(70,122,222); }
div.DivClassName
{
background-color: #467ADE;
}
.BgClassName
{
background-color: #467ADE;
}
</style>
border-color css
<style>
span { border-color: #467ADE; }
span { border-color: rgb(70,122,222); }
td.TdClassName
{
border-color: #467ADE;
}
.TagClassName
{
border-color: #467ADE;
}
</style>