Shades of Royal Blue #467AD8
Tints of Royal Blue #467AD8
RGB
CMYK
RGB Variations
Color information
#467AD8 (or 0x467AD8) is known color: Royal Blue. HEX triplet: 46, 7A and D8. RGB value is (70,122,216). Sum of RGB (Red+Green+Blue) = 70+122+216=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #467AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AD8 is #B98527. Grayscale: #747474. Windows color (decimal): -12158248 or 14187078. OLE color: 14187078.
HSL color Cylindrical-coordinate representation of color #467AD8: hue angle of 218.63º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #467AD8 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 122 | 216 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.15 |
| HSL | 218.63º | 0.65% | 0.56% | - |
| HSV(B) | 218.63º | 0.68% | 0.85% | - |
| XYZ | 21.88 | 20.18 | 67.71 | - |
| YUV | 117.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 216 | 0.68 | 0.44 | 0 | 0.15 | 218.63 | 0.65 | 0.56 |
| Hex | 46 | 7A | D8 | 44 | 2C | 0 | F | DB | 41 | 38 |
| Octal | 106 | 172 | 330 | 104 | 54 | 0 | 17 | 333 | 101 | 70 |
| Binary | 1000110 | 1111010 | 11011000 | 1000100 | 101100 | 0 | 1111 | 11011011 | 1000001 | 111000 |
Color Harmonies of #467AD8
Complementary color
Monochromatic Colors of #467AD8
Black with #467AD8
Text Example
Text Example
White with #467AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AD8; }
p { color: rgb(70,122,216); }
H1.HeaderClassName
{
color: #467AD8;
}
.AnyTagClassName
{
color: #467AD8;
}
</style>
background-color css
<style>
a { background-color: #467AD8; }
a { background-color: rgb(70,122,216); }
div.DivClassName
{
background-color: #467AD8;
}
.BgClassName
{
background-color: #467AD8;
}
</style>
border-color css
<style>
span { border-color: #467AD8; }
span { border-color: rgb(70,122,216); }
td.TdClassName
{
border-color: #467AD8;
}
.TagClassName
{
border-color: #467AD8;
}
</style>