Shades of Royal Blue #467BEA
Tints of Royal Blue #467BEA
RGB
CMYK
RGB Variations
Color information
#467BEA (or 0x467BEA) is known color: Royal Blue. HEX triplet: 46, 7B and EA. RGB value is (70,123,234). Sum of RGB (Red+Green+Blue) = 70+123+234=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #467BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BEA is #B98415. Grayscale: #777777. Windows color (decimal): -12157974 or 15366982. OLE color: 15366982.
HSL color Cylindrical-coordinate representation of color #467BEA: hue angle of 220.61º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467BEA is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 123 | 234 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.08 |
| HSL | 220.61º | 0.8% | 0.6% | - |
| HSV(B) | 220.61º | 0.7% | 0.92% | - |
| XYZ | 24.46 | 21.41 | 80.68 | - |
| YUV | 119.81 | 192.44 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 234 | 0.70 | 0.47 | 0 | 0.08 | 220.61 | 0.8 | 0.6 |
| Hex | 46 | 7B | EA | 46 | 2F | 0 | 8 | DD | 50 | 3C |
| Octal | 106 | 173 | 352 | 106 | 57 | 0 | 10 | 335 | 120 | 74 |
| Binary | 1000110 | 1111011 | 11101010 | 1000110 | 101111 | 0 | 1000 | 11011101 | 1010000 | 111100 |
Color Harmonies of #467BEA
Complementary color
Monochromatic Colors of #467BEA
Black with #467BEA
Text Example
Text Example
White with #467BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BEA; }
p { color: rgb(70,123,234); }
H1.HeaderClassName
{
color: #467BEA;
}
.AnyTagClassName
{
color: #467BEA;
}
</style>
background-color css
<style>
a { background-color: #467BEA; }
a { background-color: rgb(70,123,234); }
div.DivClassName
{
background-color: #467BEA;
}
.BgClassName
{
background-color: #467BEA;
}
</style>
border-color css
<style>
span { border-color: #467BEA; }
span { border-color: rgb(70,123,234); }
td.TdClassName
{
border-color: #467BEA;
}
.TagClassName
{
border-color: #467BEA;
}
</style>