Shades of Royal Blue #467ADB
Tints of Royal Blue #467ADB
RGB
CMYK
RGB Variations
Color information
#467ADB (or 0x467ADB) is known color: Royal Blue. HEX triplet: 46, 7A and DB. RGB value is (70,122,219). Sum of RGB (Red+Green+Blue) = 70+122+219=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #467ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ADB is #B98524. Grayscale: #757575. Windows color (decimal): -12158245 or 14383686. OLE color: 14383686.
HSL color Cylindrical-coordinate representation of color #467ADB: hue angle of 219.06º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #467ADB is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 122 | 219 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.14 |
| HSL | 219.06º | 0.67% | 0.57% | - |
| HSV(B) | 219.06º | 0.68% | 0.86% | - |
| XYZ | 22.27 | 20.34 | 69.77 | - |
| YUV | 117.51 | 185.27 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 219 | 0.68 | 0.44 | 0 | 0.14 | 219.06 | 0.67 | 0.57 |
| Hex | 46 | 7A | DB | 44 | 2C | 0 | E | DB | 43 | 39 |
| Octal | 106 | 172 | 333 | 104 | 54 | 0 | 16 | 333 | 103 | 71 |
| Binary | 1000110 | 1111010 | 11011011 | 1000100 | 101100 | 0 | 1110 | 11011011 | 1000011 | 111001 |
Color Harmonies of #467ADB
Complementary color
Monochromatic Colors of #467ADB
Black with #467ADB
Text Example
Text Example
White with #467ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467ADB; }
p { color: rgb(70,122,219); }
H1.HeaderClassName
{
color: #467ADB;
}
.AnyTagClassName
{
color: #467ADB;
}
</style>
background-color css
<style>
a { background-color: #467ADB; }
a { background-color: rgb(70,122,219); }
div.DivClassName
{
background-color: #467ADB;
}
.BgClassName
{
background-color: #467ADB;
}
</style>
border-color css
<style>
span { border-color: #467ADB; }
span { border-color: rgb(70,122,219); }
td.TdClassName
{
border-color: #467ADB;
}
.TagClassName
{
border-color: #467ADB;
}
</style>