Shades of Royal Blue #466CC9
Tints of Royal Blue #466CC9
RGB
CMYK
RGB Variations
Color information
#466CC9 (or 0x466CC9) is known color: Royal Blue. HEX triplet: 46, 6C and C9. RGB value is (70,108,201). Sum of RGB (Red+Green+Blue) = 70+108+201=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #466CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CC9 is #B99336. Grayscale: #6A6A6A. Windows color (decimal): -12161847 or 13200454. OLE color: 13200454.
HSL color Cylindrical-coordinate representation of color #466CC9: hue angle of 222.6º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #466CC9 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 108 | 201 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.21 |
| HSL | 222.6º | 0.55% | 0.53% | - |
| HSV(B) | 222.6º | 0.65% | 0.79% | - |
| XYZ | 18.43 | 16.24 | 57.42 | - |
| YUV | 107.24 | 180.91 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 201 | 0.65 | 0.46 | 0 | 0.21 | 222.6 | 0.55 | 0.53 |
| Hex | 46 | 6C | C9 | 41 | 2E | 0 | 15 | DF | 37 | 35 |
| Octal | 106 | 154 | 311 | 101 | 56 | 0 | 25 | 337 | 67 | 65 |
| Binary | 1000110 | 1101100 | 11001001 | 1000001 | 101110 | 0 | 10101 | 11011111 | 110111 | 110101 |
Color Harmonies of #466CC9
Complementary color
Monochromatic Colors of #466CC9
Black with #466CC9
Text Example
Text Example
White with #466CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CC9; }
p { color: rgb(70,108,201); }
H1.HeaderClassName
{
color: #466CC9;
}
.AnyTagClassName
{
color: #466CC9;
}
</style>
background-color css
<style>
a { background-color: #466CC9; }
a { background-color: rgb(70,108,201); }
div.DivClassName
{
background-color: #466CC9;
}
.BgClassName
{
background-color: #466CC9;
}
</style>
border-color css
<style>
span { border-color: #466CC9; }
span { border-color: rgb(70,108,201); }
td.TdClassName
{
border-color: #466CC9;
}
.TagClassName
{
border-color: #466CC9;
}
</style>