Shades of Royal Blue #467BF3
Tints of Royal Blue #467BF3
RGB
CMYK
RGB Variations
Color information
#467BF3 (or 0x467BF3) is known color: Royal Blue. HEX triplet: 46, 7B and F3. RGB value is (70,123,243). Sum of RGB (Red+Green+Blue) = 70+123+243=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #467BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BF3 is #B9840C. Grayscale: #787878. Windows color (decimal): -12157965 or 15956806. OLE color: 15956806.
HSL color Cylindrical-coordinate representation of color #467BF3: hue angle of 221.62º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467BF3 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 123 | 243 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.05 |
| HSL | 221.62º | 0.88% | 0.61% | - |
| HSV(B) | 221.62º | 0.71% | 0.95% | - |
| XYZ | 25.79 | 21.94 | 87.67 | - |
| YUV | 120.83 | 196.94 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 243 | 0.71 | 0.49 | 0 | 0.05 | 221.62 | 0.88 | 0.61 |
| Hex | 46 | 7B | F3 | 47 | 31 | 0 | 5 | DE | 58 | 3D |
| Octal | 106 | 173 | 363 | 107 | 61 | 0 | 5 | 336 | 130 | 75 |
| Binary | 1000110 | 1111011 | 11110011 | 1000111 | 110001 | 0 | 101 | 11011110 | 1011000 | 111101 |
Color Harmonies of #467BF3
Complementary color
Monochromatic Colors of #467BF3
Black with #467BF3
Text Example
Text Example
White with #467BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BF3; }
p { color: rgb(70,123,243); }
H1.HeaderClassName
{
color: #467BF3;
}
.AnyTagClassName
{
color: #467BF3;
}
</style>
background-color css
<style>
a { background-color: #467BF3; }
a { background-color: rgb(70,123,243); }
div.DivClassName
{
background-color: #467BF3;
}
.BgClassName
{
background-color: #467BF3;
}
</style>
border-color css
<style>
span { border-color: #467BF3; }
span { border-color: rgb(70,123,243); }
td.TdClassName
{
border-color: #467BF3;
}
.TagClassName
{
border-color: #467BF3;
}
</style>