Shades of Royal Blue #466BD0
Tints of Royal Blue #466BD0
RGB
CMYK
RGB Variations
Color information
#466BD0 (or 0x466BD0) is known color: Royal Blue. HEX triplet: 46, 6B and D0. RGB value is (70,107,208). Sum of RGB (Red+Green+Blue) = 70+107+208=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #466BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BD0 is #B9942F. Grayscale: #6B6B6B. Windows color (decimal): -12162096 or 13658950. OLE color: 13658950.
HSL color Cylindrical-coordinate representation of color #466BD0: hue angle of 223.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #466BD0 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 107 | 208 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.18 |
| HSL | 223.91º | 0.59% | 0.55% | - |
| HSV(B) | 223.91º | 0.66% | 0.82% | - |
| XYZ | 19.17 | 16.37 | 61.82 | - |
| YUV | 107.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 208 | 0.66 | 0.49 | 0 | 0.18 | 223.91 | 0.59 | 0.55 |
| Hex | 46 | 6B | D0 | 42 | 31 | 0 | 12 | E0 | 3B | 37 |
| Octal | 106 | 153 | 320 | 102 | 61 | 0 | 22 | 340 | 73 | 67 |
| Binary | 1000110 | 1101011 | 11010000 | 1000010 | 110001 | 0 | 10010 | 11100000 | 111011 | 110111 |
Color Harmonies of #466BD0
Complementary color
Monochromatic Colors of #466BD0
Black with #466BD0
Text Example
Text Example
White with #466BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BD0; }
p { color: rgb(70,107,208); }
H1.HeaderClassName
{
color: #466BD0;
}
.AnyTagClassName
{
color: #466BD0;
}
</style>
background-color css
<style>
a { background-color: #466BD0; }
a { background-color: rgb(70,107,208); }
div.DivClassName
{
background-color: #466BD0;
}
.BgClassName
{
background-color: #466BD0;
}
</style>
border-color css
<style>
span { border-color: #466BD0; }
span { border-color: rgb(70,107,208); }
td.TdClassName
{
border-color: #466BD0;
}
.TagClassName
{
border-color: #466BD0;
}
</style>