Shades of Royal Blue #466BFB
Tints of Royal Blue #466BFB
RGB
CMYK
RGB Variations
Color information
#466BFB (or 0x466BFB) is known color: Royal Blue. HEX triplet: 46, 6B and FB. RGB value is (70,107,251). Sum of RGB (Red+Green+Blue) = 70+107+251=428 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.36% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #466BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466BFB is #B99404. Grayscale: #6F6F6F. Windows color (decimal): -12162053 or 16476998. OLE color: 16476998.
HSL color Cylindrical-coordinate representation of color #466BFB: hue angle of 227.73º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #466BFB is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 107 | 251 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.02 |
| HSL | 227.73º | 0.96% | 0.63% | - |
| HSV(B) | 227.73º | 0.72% | 0.98% | - |
| XYZ | 25.2 | 18.78 | 93.56 | - |
| YUV | 112.35 | 206.24 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 251 | 0.72 | 0.57 | 0 | 0.02 | 227.73 | 0.96 | 0.63 |
| Hex | 46 | 6B | FB | 48 | 39 | 0 | 2 | E4 | 60 | 3F |
| Octal | 106 | 153 | 373 | 110 | 71 | 0 | 2 | 344 | 140 | 77 |
| Binary | 1000110 | 1101011 | 11111011 | 1001000 | 111001 | 0 | 10 | 11100100 | 1100000 | 111111 |
Color Harmonies of #466BFB
Complementary color
Monochromatic Colors of #466BFB
Black with #466BFB
Text Example
Text Example
White with #466BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BFB; }
p { color: rgb(70,107,251); }
H1.HeaderClassName
{
color: #466BFB;
}
.AnyTagClassName
{
color: #466BFB;
}
</style>
background-color css
<style>
a { background-color: #466BFB; }
a { background-color: rgb(70,107,251); }
div.DivClassName
{
background-color: #466BFB;
}
.BgClassName
{
background-color: #466BFB;
}
</style>
border-color css
<style>
span { border-color: #466BFB; }
span { border-color: rgb(70,107,251); }
td.TdClassName
{
border-color: #466BFB;
}
.TagClassName
{
border-color: #466BFB;
}
</style>