Shades of Royal Blue #467BEB
Tints of Royal Blue #467BEB
RGB
CMYK
RGB Variations
Color information
#467BEB (or 0x467BEB) is known color: Royal Blue. HEX triplet: 46, 7B and EB. RGB value is (70,123,235). Sum of RGB (Red+Green+Blue) = 70+123+235=428 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.36% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #467BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BEB is #B98414. Grayscale: #777777. Windows color (decimal): -12157973 or 15432518. OLE color: 15432518.
HSL color Cylindrical-coordinate representation of color #467BEB: hue angle of 220.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467BEB is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 123 | 235 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.08 |
| HSL | 220.73º | 0.8% | 0.6% | - |
| HSV(B) | 220.73º | 0.7% | 0.92% | - |
| XYZ | 24.6 | 21.47 | 81.44 | - |
| YUV | 119.92 | 192.94 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 235 | 0.70 | 0.48 | 0 | 0.08 | 220.73 | 0.8 | 0.6 |
| Hex | 46 | 7B | EB | 46 | 30 | 0 | 8 | DD | 50 | 3C |
| Octal | 106 | 173 | 353 | 106 | 60 | 0 | 10 | 335 | 120 | 74 |
| Binary | 1000110 | 1111011 | 11101011 | 1000110 | 110000 | 0 | 1000 | 11011101 | 1010000 | 111100 |
Color Harmonies of #467BEB
Complementary color
Monochromatic Colors of #467BEB
Black with #467BEB
Text Example
Text Example
White with #467BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BEB; }
p { color: rgb(70,123,235); }
H1.HeaderClassName
{
color: #467BEB;
}
.AnyTagClassName
{
color: #467BEB;
}
</style>
background-color css
<style>
a { background-color: #467BEB; }
a { background-color: rgb(70,123,235); }
div.DivClassName
{
background-color: #467BEB;
}
.BgClassName
{
background-color: #467BEB;
}
</style>
border-color css
<style>
span { border-color: #467BEB; }
span { border-color: rgb(70,123,235); }
td.TdClassName
{
border-color: #467BEB;
}
.TagClassName
{
border-color: #467BEB;
}
</style>