Shades of Royal Blue #466BEF
Tints of Royal Blue #466BEF
RGB
CMYK
RGB Variations
Color information
#466BEF (or 0x466BEF) is known color: Royal Blue. HEX triplet: 46, 6B and EF. RGB value is (70,107,239). Sum of RGB (Red+Green+Blue) = 70+107+239=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #466BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466BEF is #B99410. Grayscale: #6E6E6E. Windows color (decimal): -12162065 or 15690566. OLE color: 15690566.
HSL color Cylindrical-coordinate representation of color #466BEF: hue angle of 226.86º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #466BEF is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 107 | 239 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.06 |
| HSL | 226.86º | 0.84% | 0.61% | - |
| HSV(B) | 226.86º | 0.71% | 0.94% | - |
| XYZ | 23.36 | 18.05 | 83.91 | - |
| YUV | 110.99 | 200.24 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 239 | 0.71 | 0.55 | 0 | 0.06 | 226.86 | 0.84 | 0.61 |
| Hex | 46 | 6B | EF | 47 | 37 | 0 | 6 | E3 | 54 | 3D |
| Octal | 106 | 153 | 357 | 107 | 67 | 0 | 6 | 343 | 124 | 75 |
| Binary | 1000110 | 1101011 | 11101111 | 1000111 | 110111 | 0 | 110 | 11100011 | 1010100 | 111101 |
Color Harmonies of #466BEF
Complementary color
Monochromatic Colors of #466BEF
Black with #466BEF
Text Example
Text Example
White with #466BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BEF; }
p { color: rgb(70,107,239); }
H1.HeaderClassName
{
color: #466BEF;
}
.AnyTagClassName
{
color: #466BEF;
}
</style>
background-color css
<style>
a { background-color: #466BEF; }
a { background-color: rgb(70,107,239); }
div.DivClassName
{
background-color: #466BEF;
}
.BgClassName
{
background-color: #466BEF;
}
</style>
border-color css
<style>
span { border-color: #466BEF; }
span { border-color: rgb(70,107,239); }
td.TdClassName
{
border-color: #466BEF;
}
.TagClassName
{
border-color: #466BEF;
}
</style>