Shades of Royal Blue #466BDF
Tints of Royal Blue #466BDF
RGB
CMYK
RGB Variations
Color information
#466BDF (or 0x466BDF) is known color: Royal Blue. HEX triplet: 46, 6B and DF. RGB value is (70,107,223). Sum of RGB (Red+Green+Blue) = 70+107+223=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #466BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BDF is #B99420. Grayscale: #6C6C6C. Windows color (decimal): -12162081 or 14641990. OLE color: 14641990.
HSL color Cylindrical-coordinate representation of color #466BDF: hue angle of 225.49º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466BDF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 107 | 223 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.13 |
| HSL | 225.49º | 0.71% | 0.57% | - |
| HSV(B) | 225.49º | 0.69% | 0.87% | - |
| XYZ | 21.1 | 17.15 | 72.01 | - |
| YUV | 109.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 223 | 0.69 | 0.52 | 0 | 0.13 | 225.49 | 0.71 | 0.57 |
| Hex | 46 | 6B | DF | 45 | 34 | 0 | D | E1 | 47 | 39 |
| Octal | 106 | 153 | 337 | 105 | 64 | 0 | 15 | 341 | 107 | 71 |
| Binary | 1000110 | 1101011 | 11011111 | 1000101 | 110100 | 0 | 1101 | 11100001 | 1000111 | 111001 |
Color Harmonies of #466BDF
Complementary color
Monochromatic Colors of #466BDF
Black with #466BDF
Text Example
Text Example
White with #466BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BDF; }
p { color: rgb(70,107,223); }
H1.HeaderClassName
{
color: #466BDF;
}
.AnyTagClassName
{
color: #466BDF;
}
</style>
background-color css
<style>
a { background-color: #466BDF; }
a { background-color: rgb(70,107,223); }
div.DivClassName
{
background-color: #466BDF;
}
.BgClassName
{
background-color: #466BDF;
}
</style>
border-color css
<style>
span { border-color: #466BDF; }
span { border-color: rgb(70,107,223); }
td.TdClassName
{
border-color: #466BDF;
}
.TagClassName
{
border-color: #466BDF;
}
</style>