Shades of Royal Blue #467BDB
Tints of Royal Blue #467BDB
RGB
CMYK
RGB Variations
Color information
#467BDB (or 0x467BDB) is known color: Royal Blue. HEX triplet: 46, 7B and DB. RGB value is (70,123,219). Sum of RGB (Red+Green+Blue) = 70+123+219=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #467BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BDB is #B98424. Grayscale: #757575. Windows color (decimal): -12157989 or 14383942. OLE color: 14383942.
HSL color Cylindrical-coordinate representation of color #467BDB: hue angle of 218.66º 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 #467BDB is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 123 | 219 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.14 |
| HSL | 218.66º | 0.67% | 0.57% | - |
| HSV(B) | 218.66º | 0.68% | 0.86% | - |
| XYZ | 22.39 | 20.58 | 69.81 | - |
| YUV | 118.1 | 184.94 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 219 | 0.68 | 0.44 | 0 | 0.14 | 218.66 | 0.67 | 0.57 |
| Hex | 46 | 7B | DB | 44 | 2C | 0 | E | DB | 43 | 39 |
| Octal | 106 | 173 | 333 | 104 | 54 | 0 | 16 | 333 | 103 | 71 |
| Binary | 1000110 | 1111011 | 11011011 | 1000100 | 101100 | 0 | 1110 | 11011011 | 1000011 | 111001 |
Color Harmonies of #467BDB
Complementary color
Monochromatic Colors of #467BDB
Black with #467BDB
Text Example
Text Example
White with #467BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BDB; }
p { color: rgb(70,123,219); }
H1.HeaderClassName
{
color: #467BDB;
}
.AnyTagClassName
{
color: #467BDB;
}
</style>
background-color css
<style>
a { background-color: #467BDB; }
a { background-color: rgb(70,123,219); }
div.DivClassName
{
background-color: #467BDB;
}
.BgClassName
{
background-color: #467BDB;
}
</style>
border-color css
<style>
span { border-color: #467BDB; }
span { border-color: rgb(70,123,219); }
td.TdClassName
{
border-color: #467BDB;
}
.TagClassName
{
border-color: #467BDB;
}
</style>