Shades of Royal Blue #467AD4
Tints of Royal Blue #467AD4
RGB
CMYK
RGB Variations
Color information
#467AD4 (or 0x467AD4) is known color: Royal Blue. HEX triplet: 46, 7A and D4. RGB value is (70,122,212). Sum of RGB (Red+Green+Blue) = 70+122+212=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 212 (83.20% from 255 or 52.48% from 404); Max value from RGB is 212 - color contains mainly: blue. Hex color #467AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AD4 is #B9852B. Grayscale: #747474. Windows color (decimal): -12158252 or 13924934. OLE color: 13924934.
HSL color Cylindrical-coordinate representation of color #467AD4: hue angle of 218.03º 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 #467AD4 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 122 | 212 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.17 |
| HSL | 218.03º | 0.62% | 0.55% | - |
| HSV(B) | 218.03º | 0.67% | 0.83% | - |
| XYZ | 21.37 | 19.97 | 65.02 | - |
| YUV | 116.71 | 181.77 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 212 | 0.67 | 0.42 | 0 | 0.17 | 218.03 | 0.62 | 0.55 |
| Hex | 46 | 7A | D4 | 43 | 2A | 0 | 11 | DA | 3E | 37 |
| Octal | 106 | 172 | 324 | 103 | 52 | 0 | 21 | 332 | 76 | 67 |
| Binary | 1000110 | 1111010 | 11010100 | 1000011 | 101010 | 0 | 10001 | 11011010 | 111110 | 110111 |
Color Harmonies of #467AD4
Complementary color
Monochromatic Colors of #467AD4
Black with #467AD4
Text Example
Text Example
White with #467AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AD4; }
p { color: rgb(70,122,212); }
H1.HeaderClassName
{
color: #467AD4;
}
.AnyTagClassName
{
color: #467AD4;
}
</style>
background-color css
<style>
a { background-color: #467AD4; }
a { background-color: rgb(70,122,212); }
div.DivClassName
{
background-color: #467AD4;
}
.BgClassName
{
background-color: #467AD4;
}
</style>
border-color css
<style>
span { border-color: #467AD4; }
span { border-color: rgb(70,122,212); }
td.TdClassName
{
border-color: #467AD4;
}
.TagClassName
{
border-color: #467AD4;
}
</style>