Shades of Royal Blue #466CD7
Tints of Royal Blue #466CD7
RGB
CMYK
RGB Variations
Color information
#466CD7 (or 0x466CD7) is known color: Royal Blue. HEX triplet: 46, 6C and D7. RGB value is (70,108,215). Sum of RGB (Red+Green+Blue) = 70+108+215=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #466CD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CD7 is #B99328. Grayscale: #6C6C6C. Windows color (decimal): -12161833 or 14117958. OLE color: 14117958.
HSL color Cylindrical-coordinate representation of color #466CD7: hue angle of 224.28º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466CD7 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 108 | 215 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.16 |
| HSL | 224.28º | 0.64% | 0.56% | - |
| HSV(B) | 224.28º | 0.67% | 0.84% | - |
| XYZ | 20.15 | 16.93 | 66.5 | - |
| YUV | 108.84 | 187.91 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 215 | 0.67 | 0.50 | 0 | 0.16 | 224.28 | 0.64 | 0.56 |
| Hex | 46 | 6C | D7 | 43 | 32 | 0 | 10 | E0 | 40 | 38 |
| Octal | 106 | 154 | 327 | 103 | 62 | 0 | 20 | 340 | 100 | 70 |
| Binary | 1000110 | 1101100 | 11010111 | 1000011 | 110010 | 0 | 10000 | 11100000 | 1000000 | 111000 |
Color Harmonies of #466CD7
Complementary color
Monochromatic Colors of #466CD7
Black with #466CD7
Text Example
Text Example
White with #466CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CD7; }
p { color: rgb(70,108,215); }
H1.HeaderClassName
{
color: #466CD7;
}
.AnyTagClassName
{
color: #466CD7;
}
</style>
background-color css
<style>
a { background-color: #466CD7; }
a { background-color: rgb(70,108,215); }
div.DivClassName
{
background-color: #466CD7;
}
.BgClassName
{
background-color: #466CD7;
}
</style>
border-color css
<style>
span { border-color: #466CD7; }
span { border-color: rgb(70,108,215); }
td.TdClassName
{
border-color: #466CD7;
}
.TagClassName
{
border-color: #466CD7;
}
</style>