Shades of Royal Blue #466BDD
Tints of Royal Blue #466BDD
RGB
CMYK
RGB Variations
Color information
#466BDD (or 0x466BDD) is known color: Royal Blue. HEX triplet: 46, 6B and DD. RGB value is (70,107,221). Sum of RGB (Red+Green+Blue) = 70+107+221=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #466BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BDD is #B99422. Grayscale: #6C6C6C. Windows color (decimal): -12162083 or 14510918. OLE color: 14510918.
HSL color Cylindrical-coordinate representation of color #466BDD: hue angle of 225.3º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466BDD is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 107 | 221 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.13 |
| HSL | 225.3º | 0.69% | 0.57% | - |
| HSV(B) | 225.3º | 0.68% | 0.87% | - |
| XYZ | 20.83 | 17.04 | 70.6 | - |
| YUV | 108.93 | 191.24 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 221 | 0.68 | 0.52 | 0 | 0.13 | 225.3 | 0.69 | 0.57 |
| Hex | 46 | 6B | DD | 44 | 34 | 0 | D | E1 | 45 | 39 |
| Octal | 106 | 153 | 335 | 104 | 64 | 0 | 15 | 341 | 105 | 71 |
| Binary | 1000110 | 1101011 | 11011101 | 1000100 | 110100 | 0 | 1101 | 11100001 | 1000101 | 111001 |
Color Harmonies of #466BDD
Complementary color
Monochromatic Colors of #466BDD
Black with #466BDD
Text Example
Text Example
White with #466BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BDD; }
p { color: rgb(70,107,221); }
H1.HeaderClassName
{
color: #466BDD;
}
.AnyTagClassName
{
color: #466BDD;
}
</style>
background-color css
<style>
a { background-color: #466BDD; }
a { background-color: rgb(70,107,221); }
div.DivClassName
{
background-color: #466BDD;
}
.BgClassName
{
background-color: #466BDD;
}
</style>
border-color css
<style>
span { border-color: #466BDD; }
span { border-color: rgb(70,107,221); }
td.TdClassName
{
border-color: #466BDD;
}
.TagClassName
{
border-color: #466BDD;
}
</style>