Shades of Royal Blue #466EF3
Tints of Royal Blue #466EF3
RGB
CMYK
RGB Variations
Color information
#466EF3 (or 0x466EF3) is known color: Royal Blue. HEX triplet: 46, 6E and F3. RGB value is (70,110,243). Sum of RGB (Red+Green+Blue) = 70+110+243=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #466EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466EF3 is #B9910C. Grayscale: #707070. Windows color (decimal): -12161293 or 15953478. OLE color: 15953478.
HSL color Cylindrical-coordinate representation of color #466EF3: hue angle of 226.13º 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 #466EF3 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 110 | 243 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.05 |
| HSL | 226.13º | 0.88% | 0.61% | - |
| HSV(B) | 226.13º | 0.71% | 0.95% | - |
| XYZ | 24.28 | 18.93 | 87.17 | - |
| YUV | 113.2 | 201.25 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 243 | 0.71 | 0.55 | 0 | 0.05 | 226.13 | 0.88 | 0.61 |
| Hex | 46 | 6E | F3 | 47 | 37 | 0 | 5 | E2 | 58 | 3D |
| Octal | 106 | 156 | 363 | 107 | 67 | 0 | 5 | 342 | 130 | 75 |
| Binary | 1000110 | 1101110 | 11110011 | 1000111 | 110111 | 0 | 101 | 11100010 | 1011000 | 111101 |
Color Harmonies of #466EF3
Complementary color
Monochromatic Colors of #466EF3
Black with #466EF3
Text Example
Text Example
White with #466EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EF3; }
p { color: rgb(70,110,243); }
H1.HeaderClassName
{
color: #466EF3;
}
.AnyTagClassName
{
color: #466EF3;
}
</style>
background-color css
<style>
a { background-color: #466EF3; }
a { background-color: rgb(70,110,243); }
div.DivClassName
{
background-color: #466EF3;
}
.BgClassName
{
background-color: #466EF3;
}
</style>
border-color css
<style>
span { border-color: #466EF3; }
span { border-color: rgb(70,110,243); }
td.TdClassName
{
border-color: #466EF3;
}
.TagClassName
{
border-color: #466EF3;
}
</style>