Shades of Royal Blue #467BEC
Tints of Royal Blue #467BEC
RGB
CMYK
RGB Variations
Color information
#467BEC (or 0x467BEC) is known color: Royal Blue. HEX triplet: 46, 7B and EC. RGB value is (70,123,236). Sum of RGB (Red+Green+Blue) = 70+123+236=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #467BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BEC is #B98413. Grayscale: #777777. Windows color (decimal): -12157972 or 15498054. OLE color: 15498054.
HSL color Cylindrical-coordinate representation of color #467BEC: hue angle of 220.84º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467BEC is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 123 | 236 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.07 |
| HSL | 220.84º | 0.81% | 0.6% | - |
| HSV(B) | 220.84º | 0.7% | 0.93% | - |
| XYZ | 24.75 | 21.52 | 82.21 | - |
| YUV | 120.04 | 193.44 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 236 | 0.70 | 0.48 | 0 | 0.07 | 220.84 | 0.81 | 0.6 |
| Hex | 46 | 7B | EC | 46 | 30 | 0 | 7 | DD | 51 | 3C |
| Octal | 106 | 173 | 354 | 106 | 60 | 0 | 7 | 335 | 121 | 74 |
| Binary | 1000110 | 1111011 | 11101100 | 1000110 | 110000 | 0 | 111 | 11011101 | 1010001 | 111100 |
Color Harmonies of #467BEC
Complementary color
Monochromatic Colors of #467BEC
Black with #467BEC
Text Example
Text Example
White with #467BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BEC; }
p { color: rgb(70,123,236); }
H1.HeaderClassName
{
color: #467BEC;
}
.AnyTagClassName
{
color: #467BEC;
}
</style>
background-color css
<style>
a { background-color: #467BEC; }
a { background-color: rgb(70,123,236); }
div.DivClassName
{
background-color: #467BEC;
}
.BgClassName
{
background-color: #467BEC;
}
</style>
border-color css
<style>
span { border-color: #467BEC; }
span { border-color: rgb(70,123,236); }
td.TdClassName
{
border-color: #467BEC;
}
.TagClassName
{
border-color: #467BEC;
}
</style>