Shades of Royal Blue #467CD4
Tints of Royal Blue #467CD4
RGB
CMYK
RGB Variations
Color information
#467CD4 (or 0x467CD4) is known color: Royal Blue. HEX triplet: 46, 7C and D4. RGB value is (70,124,212). Sum of RGB (Red+Green+Blue) = 70+124+212=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #467CD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CD4 is #B9832B. Grayscale: #757575. Windows color (decimal): -12157740 or 13925446. OLE color: 13925446.
HSL color Cylindrical-coordinate representation of color #467CD4: hue angle of 217.18º 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 #467CD4 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 124 | 212 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.17 |
| HSL | 217.18º | 0.62% | 0.55% | - |
| HSV(B) | 217.18º | 0.67% | 0.83% | - |
| XYZ | 21.62 | 20.47 | 65.1 | - |
| YUV | 117.89 | 181.11 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 212 | 0.67 | 0.42 | 0 | 0.17 | 217.18 | 0.62 | 0.55 |
| Hex | 46 | 7C | D4 | 43 | 2A | 0 | 11 | D9 | 3E | 37 |
| Octal | 106 | 174 | 324 | 103 | 52 | 0 | 21 | 331 | 76 | 67 |
| Binary | 1000110 | 1111100 | 11010100 | 1000011 | 101010 | 0 | 10001 | 11011001 | 111110 | 110111 |
Color Harmonies of #467CD4
Complementary color
Monochromatic Colors of #467CD4
Black with #467CD4
Text Example
Text Example
White with #467CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CD4; }
p { color: rgb(70,124,212); }
H1.HeaderClassName
{
color: #467CD4;
}
.AnyTagClassName
{
color: #467CD4;
}
</style>
background-color css
<style>
a { background-color: #467CD4; }
a { background-color: rgb(70,124,212); }
div.DivClassName
{
background-color: #467CD4;
}
.BgClassName
{
background-color: #467CD4;
}
</style>
border-color css
<style>
span { border-color: #467CD4; }
span { border-color: rgb(70,124,212); }
td.TdClassName
{
border-color: #467CD4;
}
.TagClassName
{
border-color: #467CD4;
}
</style>