Shades of Royal Blue #467CDB
Tints of Royal Blue #467CDB
RGB
CMYK
RGB Variations
Color information
#467CDB (or 0x467CDB) is known color: Royal Blue. HEX triplet: 46, 7C and DB. RGB value is (70,124,219). Sum of RGB (Red+Green+Blue) = 70+124+219=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #467CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CDB is #B98324. Grayscale: #767676. Windows color (decimal): -12157733 or 14384198. OLE color: 14384198.
HSL color Cylindrical-coordinate representation of color #467CDB: hue angle of 218.26º 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 #467CDB is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 124 | 219 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.14 |
| HSL | 218.26º | 0.67% | 0.57% | - |
| HSV(B) | 218.26º | 0.68% | 0.86% | - |
| XYZ | 22.52 | 20.83 | 69.85 | - |
| YUV | 118.68 | 184.61 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 219 | 0.68 | 0.43 | 0 | 0.14 | 218.26 | 0.67 | 0.57 |
| Hex | 46 | 7C | DB | 44 | 2B | 0 | E | DA | 43 | 39 |
| Octal | 106 | 174 | 333 | 104 | 53 | 0 | 16 | 332 | 103 | 71 |
| Binary | 1000110 | 1111100 | 11011011 | 1000100 | 101011 | 0 | 1110 | 11011010 | 1000011 | 111001 |
Color Harmonies of #467CDB
Complementary color
Monochromatic Colors of #467CDB
Black with #467CDB
Text Example
Text Example
White with #467CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CDB; }
p { color: rgb(70,124,219); }
H1.HeaderClassName
{
color: #467CDB;
}
.AnyTagClassName
{
color: #467CDB;
}
</style>
background-color css
<style>
a { background-color: #467CDB; }
a { background-color: rgb(70,124,219); }
div.DivClassName
{
background-color: #467CDB;
}
.BgClassName
{
background-color: #467CDB;
}
</style>
border-color css
<style>
span { border-color: #467CDB; }
span { border-color: rgb(70,124,219); }
td.TdClassName
{
border-color: #467CDB;
}
.TagClassName
{
border-color: #467CDB;
}
</style>