Shades of Royal Blue #467AD3
Tints of Royal Blue #467AD3
RGB
CMYK
RGB Variations
Color information
#467AD3 (or 0x467AD3) is known color: Royal Blue. HEX triplet: 46, 7A and D3. RGB value is (70,122,211). Sum of RGB (Red+Green+Blue) = 70+122+211=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 211 (82.81% from 255 or 52.36% from 403); Max value from RGB is 211 - color contains mainly: blue. Hex color #467AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AD3 is #B9852C. Grayscale: #747474. Windows color (decimal): -12158253 or 13859398. OLE color: 13859398.
HSL color Cylindrical-coordinate representation of color #467AD3: hue angle of 217.87º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #467AD3 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 122 | 211 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.17 |
| HSL | 217.87º | 0.62% | 0.55% | - |
| HSV(B) | 217.87º | 0.67% | 0.83% | - |
| XYZ | 21.24 | 19.92 | 64.35 | - |
| YUV | 116.6 | 181.27 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 211 | 0.67 | 0.42 | 0 | 0.17 | 217.87 | 0.62 | 0.55 |
| Hex | 46 | 7A | D3 | 43 | 2A | 0 | 11 | DA | 3E | 37 |
| Octal | 106 | 172 | 323 | 103 | 52 | 0 | 21 | 332 | 76 | 67 |
| Binary | 1000110 | 1111010 | 11010011 | 1000011 | 101010 | 0 | 10001 | 11011010 | 111110 | 110111 |
Color Harmonies of #467AD3
Complementary color
Monochromatic Colors of #467AD3
Black with #467AD3
Text Example
Text Example
White with #467AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AD3; }
p { color: rgb(70,122,211); }
H1.HeaderClassName
{
color: #467AD3;
}
.AnyTagClassName
{
color: #467AD3;
}
</style>
background-color css
<style>
a { background-color: #467AD3; }
a { background-color: rgb(70,122,211); }
div.DivClassName
{
background-color: #467AD3;
}
.BgClassName
{
background-color: #467AD3;
}
</style>
border-color css
<style>
span { border-color: #467AD3; }
span { border-color: rgb(70,122,211); }
td.TdClassName
{
border-color: #467AD3;
}
.TagClassName
{
border-color: #467AD3;
}
</style>