Shades of Royal Blue #467ADC
Tints of Royal Blue #467ADC
RGB
CMYK
RGB Variations
Color information
#467ADC (or 0x467ADC) is known color: Royal Blue. HEX triplet: 46, 7A and DC. RGB value is (70,122,220). Sum of RGB (Red+Green+Blue) = 70+122+220=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #467ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ADC is #B98523. Grayscale: #757575. Windows color (decimal): -12158244 or 14449222. OLE color: 14449222.
HSL color Cylindrical-coordinate representation of color #467ADC: hue angle of 219.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #467ADC is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 122 | 220 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.14 |
| HSL | 219.2º | 0.68% | 0.57% | - |
| HSV(B) | 219.2º | 0.68% | 0.86% | - |
| XYZ | 22.4 | 20.39 | 70.46 | - |
| YUV | 117.62 | 185.77 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 220 | 0.68 | 0.45 | 0 | 0.14 | 219.2 | 0.68 | 0.57 |
| Hex | 46 | 7A | DC | 44 | 2D | 0 | E | DB | 44 | 39 |
| Octal | 106 | 172 | 334 | 104 | 55 | 0 | 16 | 333 | 104 | 71 |
| Binary | 1000110 | 1111010 | 11011100 | 1000100 | 101101 | 0 | 1110 | 11011011 | 1000100 | 111001 |
Color Harmonies of #467ADC
Complementary color
Monochromatic Colors of #467ADC
Black with #467ADC
Text Example
Text Example
White with #467ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467ADC; }
p { color: rgb(70,122,220); }
H1.HeaderClassName
{
color: #467ADC;
}
.AnyTagClassName
{
color: #467ADC;
}
</style>
background-color css
<style>
a { background-color: #467ADC; }
a { background-color: rgb(70,122,220); }
div.DivClassName
{
background-color: #467ADC;
}
.BgClassName
{
background-color: #467ADC;
}
</style>
border-color css
<style>
span { border-color: #467ADC; }
span { border-color: rgb(70,122,220); }
td.TdClassName
{
border-color: #467ADC;
}
.TagClassName
{
border-color: #467ADC;
}
</style>