Shades of Royal Blue #467AEF
Tints of Royal Blue #467AEF
RGB
CMYK
RGB Variations
Color information
#467AEF (or 0x467AEF) is known color: Royal Blue. HEX triplet: 46, 7A and EF. RGB value is (70,122,239). Sum of RGB (Red+Green+Blue) = 70+122+239=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #467AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AEF is #B98510. Grayscale: #777777. Windows color (decimal): -12158225 or 15694406. OLE color: 15694406.
HSL color Cylindrical-coordinate representation of color #467AEF: hue angle of 221.54º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467AEF is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 122 | 239 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.06 |
| HSL | 221.54º | 0.84% | 0.61% | - |
| HSV(B) | 221.54º | 0.71% | 0.94% | - |
| XYZ | 25.07 | 21.45 | 84.48 | - |
| YUV | 119.79 | 195.27 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 239 | 0.71 | 0.49 | 0 | 0.06 | 221.54 | 0.84 | 0.61 |
| Hex | 46 | 7A | EF | 47 | 31 | 0 | 6 | DE | 54 | 3D |
| Octal | 106 | 172 | 357 | 107 | 61 | 0 | 6 | 336 | 124 | 75 |
| Binary | 1000110 | 1111010 | 11101111 | 1000111 | 110001 | 0 | 110 | 11011110 | 1010100 | 111101 |
Color Harmonies of #467AEF
Complementary color
Monochromatic Colors of #467AEF
Black with #467AEF
Text Example
Text Example
White with #467AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AEF; }
p { color: rgb(70,122,239); }
H1.HeaderClassName
{
color: #467AEF;
}
.AnyTagClassName
{
color: #467AEF;
}
</style>
background-color css
<style>
a { background-color: #467AEF; }
a { background-color: rgb(70,122,239); }
div.DivClassName
{
background-color: #467AEF;
}
.BgClassName
{
background-color: #467AEF;
}
</style>
border-color css
<style>
span { border-color: #467AEF; }
span { border-color: rgb(70,122,239); }
td.TdClassName
{
border-color: #467AEF;
}
.TagClassName
{
border-color: #467AEF;
}
</style>