Shades of Royal Blue #467BDE
Tints of Royal Blue #467BDE
RGB
CMYK
RGB Variations
Color information
#467BDE (or 0x467BDE) is known color: Royal Blue. HEX triplet: 46, 7B and DE. RGB value is (70,123,222). Sum of RGB (Red+Green+Blue) = 70+123+222=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #467BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BDE is #B98421. Grayscale: #757575. Windows color (decimal): -12157986 or 14580550. OLE color: 14580550.
HSL color Cylindrical-coordinate representation of color #467BDE: hue angle of 219.08º 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 #467BDE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 123 | 222 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.13 |
| HSL | 219.08º | 0.7% | 0.57% | - |
| HSV(B) | 219.08º | 0.68% | 0.87% | - |
| XYZ | 22.79 | 20.74 | 71.91 | - |
| YUV | 118.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 222 | 0.68 | 0.45 | 0 | 0.13 | 219.08 | 0.7 | 0.57 |
| Hex | 46 | 7B | DE | 44 | 2D | 0 | D | DB | 46 | 39 |
| Octal | 106 | 173 | 336 | 104 | 55 | 0 | 15 | 333 | 106 | 71 |
| Binary | 1000110 | 1111011 | 11011110 | 1000100 | 101101 | 0 | 1101 | 11011011 | 1000110 | 111001 |
Color Harmonies of #467BDE
Complementary color
Monochromatic Colors of #467BDE
Black with #467BDE
Text Example
Text Example
White with #467BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BDE; }
p { color: rgb(70,123,222); }
H1.HeaderClassName
{
color: #467BDE;
}
.AnyTagClassName
{
color: #467BDE;
}
</style>
background-color css
<style>
a { background-color: #467BDE; }
a { background-color: rgb(70,123,222); }
div.DivClassName
{
background-color: #467BDE;
}
.BgClassName
{
background-color: #467BDE;
}
</style>
border-color css
<style>
span { border-color: #467BDE; }
span { border-color: rgb(70,123,222); }
td.TdClassName
{
border-color: #467BDE;
}
.TagClassName
{
border-color: #467BDE;
}
</style>