Shades of Royal Blue #466AD0
Tints of Royal Blue #466AD0
RGB
CMYK
RGB Variations
Color information
#466AD0 (or 0x466AD0) is known color: Royal Blue. HEX triplet: 46, 6A and D0. RGB value is (70,106,208). Sum of RGB (Red+Green+Blue) = 70+106+208=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #466AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466AD0 is #B9952F. Grayscale: #6A6A6A. Windows color (decimal): -12162352 or 13658694. OLE color: 13658694.
HSL color Cylindrical-coordinate representation of color #466AD0: hue angle of 224.35º 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 #466AD0 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 106 | 208 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.18 |
| HSL | 224.35º | 0.59% | 0.55% | - |
| HSV(B) | 224.35º | 0.66% | 0.82% | - |
| XYZ | 19.06 | 16.16 | 61.79 | - |
| YUV | 106.86 | 185.07 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 208 | 0.66 | 0.49 | 0 | 0.18 | 224.35 | 0.59 | 0.55 |
| Hex | 46 | 6A | D0 | 42 | 31 | 0 | 12 | E0 | 3B | 37 |
| Octal | 106 | 152 | 320 | 102 | 61 | 0 | 22 | 340 | 73 | 67 |
| Binary | 1000110 | 1101010 | 11010000 | 1000010 | 110001 | 0 | 10010 | 11100000 | 111011 | 110111 |
Color Harmonies of #466AD0
Complementary color
Monochromatic Colors of #466AD0
Black with #466AD0
Text Example
Text Example
White with #466AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466AD0; }
p { color: rgb(70,106,208); }
H1.HeaderClassName
{
color: #466AD0;
}
.AnyTagClassName
{
color: #466AD0;
}
</style>
background-color css
<style>
a { background-color: #466AD0; }
a { background-color: rgb(70,106,208); }
div.DivClassName
{
background-color: #466AD0;
}
.BgClassName
{
background-color: #466AD0;
}
</style>
border-color css
<style>
span { border-color: #466AD0; }
span { border-color: rgb(70,106,208); }
td.TdClassName
{
border-color: #466AD0;
}
.TagClassName
{
border-color: #466AD0;
}
</style>