Shades of Royal Blue #467AE5
Tints of Royal Blue #467AE5
RGB
CMYK
RGB Variations
Color information
#467AE5 (or 0x467AE5) is known color: Royal Blue. HEX triplet: 46, 7A and E5. RGB value is (70,122,229). Sum of RGB (Red+Green+Blue) = 70+122+229=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #467AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AE5 is #B9851A. Grayscale: #767676. Windows color (decimal): -12158235 or 15039046. OLE color: 15039046.
HSL color Cylindrical-coordinate representation of color #467AE5: hue angle of 220.38º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #467AE5 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 122 | 229 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.10 |
| HSL | 220.38º | 0.75% | 0.59% | - |
| HSV(B) | 220.38º | 0.69% | 0.9% | - |
| XYZ | 23.63 | 20.88 | 76.91 | - |
| YUV | 118.65 | 190.27 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 229 | 0.69 | 0.47 | 0 | 0.10 | 220.38 | 0.75 | 0.59 |
| Hex | 46 | 7A | E5 | 45 | 2F | 0 | A | DC | 4B | 3B |
| Octal | 106 | 172 | 345 | 105 | 57 | 0 | 12 | 334 | 113 | 73 |
| Binary | 1000110 | 1111010 | 11100101 | 1000101 | 101111 | 0 | 1010 | 11011100 | 1001011 | 111011 |
Color Harmonies of #467AE5
Complementary color
Monochromatic Colors of #467AE5
Black with #467AE5
Text Example
Text Example
White with #467AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AE5; }
p { color: rgb(70,122,229); }
H1.HeaderClassName
{
color: #467AE5;
}
.AnyTagClassName
{
color: #467AE5;
}
</style>
background-color css
<style>
a { background-color: #467AE5; }
a { background-color: rgb(70,122,229); }
div.DivClassName
{
background-color: #467AE5;
}
.BgClassName
{
background-color: #467AE5;
}
</style>
border-color css
<style>
span { border-color: #467AE5; }
span { border-color: rgb(70,122,229); }
td.TdClassName
{
border-color: #467AE5;
}
.TagClassName
{
border-color: #467AE5;
}
</style>